Share via


SocialTagsControl.Url property

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.

See also

Reference

SocialTagsControl class

SocialTagsControl members

Microsoft.SharePoint.Portal.WebControls namespace