SPDocDiscussion.DocUrl Property

NOTE: This API is now obsolete.

Gets the URL of the document that has been discussed.

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

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.NestedClass)> _
<ObsoleteAttribute("SPDocDiscussion is deprecated", False)> _
Public ReadOnly Property DocUrl As Uri
    Get
'Usage
Dim instance As SPDocDiscussion
Dim value As Uri

value = instance.DocUrl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.NestedClass)]
[ObsoleteAttribute("SPDocDiscussion is deprecated", false)]
public Uri DocUrl { get; }

Property Value

Type: System.Uri
A Uniform Resource Identifier (URI) that represents the URL of the document.

See Also

Reference

SPDocDiscussion Class

SPDocDiscussion Members

Microsoft.SharePoint Namespace