Share via


SocialRecentItemControl.Url Property

Gets the normalized URI for the current page used to retrieve recent social tags and notes.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property Url As Uri
    Get
    Set
'Usage
Dim instance As SocialRecentItemControl
Dim value As Uri

value = instance.Url

instance.Url = value
public Uri Url { get; set; }

Property Value

Type: System.Uri
The normalized URI for the current page used to retrieve recent social tags and notes.

See Also

Reference

SocialRecentItemControl Class

SocialRecentItemControl Members

Microsoft.SharePoint.Portal.WebControls Namespace