SPDocDiscussion.DocId Property

NOTE: This API is now obsolete.

Gets the GUID of the document that has been discussed.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("SPDocDiscussion is deprecated", False)> _
Public ReadOnly Property DocId As Guid
    Get
'Usage
Dim instance As SPDocDiscussion
Dim value As Guid

value = instance.DocId
[ObsoleteAttribute("SPDocDiscussion is deprecated", false)]
public Guid DocId { get; }

Property Value

Type: System.Guid
A GUID that specifies the document.

See Also

Reference

SPDocDiscussion Class

SPDocDiscussion Members

Microsoft.SharePoint Namespace