SPSocialAttachment.Uri - Propriété
Obtient ou définit l'URI pour l'élément de liste pour la pièce jointe.
Espace de noms : Microsoft.Office.Server.Social
Assembly : Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)
Syntaxe
'Déclaration
Public Property Uri As Uri
Get
Set
'Utilisation
Dim instance As SPSocialAttachment
Dim value As Uri
value = instance.Uri
instance.Uri = value
public Uri Uri { get; set; }
Valeur de propriété
Type : System.Uri