Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URL used by the SocialTagsControl.
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 SocialTagsControl
Dim value As Uri
value = instance.Url
instance.Url = value
public Uri Url { get; set; }
Property Value
Type: System.Uri
The URL used by the SocialTagsControl. The default value is the normalized URL for the current page.