SPCorruptedDocument.DocId property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DocId As Guid
Get
Friend Set
'Usage
Dim instance As SPCorruptedDocument
Dim value As Guid
value = instance.DocId
public Guid DocId { get; internal set; }
Property value
Type: System.Guid