SocialUrl.Url - Propriété
Obtient un objet URI qui représente l'URL de la page qui a été balisée.
Espace de noms : Microsoft.Office.Server.SocialData
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Property Url As Uri
Get
Private Set
'Utilisation
Dim instance As SocialUrl
Dim value As Uri
value = instance.Url
public Uri Url { get; private set; }
Valeur de propriété
Type : System.Uri