de la propiedad SocialDataItem.TagGuid
Obtiene o establece el GUID de la etiqueta.
Espacio de nombres: Microsoft.SharePoint.Client.Social
Ensamblados: Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxis
'Declaración
Public Property TagGuid As Guid
Get
Set
'Uso
Dim instance As SocialDataItem
Dim value As Guid
value = instance.TagGuid
instance.TagGuid = value
public Guid TagGuid { get; set; }
Valor de propiedad
Tipo: System.Guid
Comentarios
Esta propiedad se usa únicamente cuando ItemType es Tag.