Compartilhar via


SocialTagsControl.Url property

Obtém ou define o URL usado pelo SocialTagsControl.

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

Syntax

'Declaração
Public Property Url As Uri
    Get
    Set
'Uso
Dim instance As SocialTagsControl
Dim value As Uri

value = instance.Url

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

Property value

Type: System.Uri
A URL usada pelo SocialTagsControl. O valor padrão é a URL normalizada para a página atual.

Ver também

Referência

SocialTagsControl class

SocialTagsControl members

Microsoft.SharePoint.Portal.WebControls namespace