SocialDataItem.TagGuid - Propriété
Obtient ou définit la balise GUID.
Espace de noms : Microsoft.SharePoint.Client.Social
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Property TagGuid As Guid
Get
Set
'Utilisation
Dim instance As SocialDataItem
Dim value As Guid
value = instance.TagGuid
instance.TagGuid = value
public Guid TagGuid { get; set; }
Valeur de propriété
Type : System.Guid
Remarques
Cette propriété est utilisée uniquement lorsque ItemType est Tag.