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