de la propiedad SocialAttachment.AttachmentKind
Obtiene o establece el tipo de datos adjuntos.
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 AttachmentKind As SocialAttachmentKind
Get
Set
'Uso
Dim instance As SocialAttachment
Dim value As SocialAttachmentKind
value = instance.AttachmentKind
instance.AttachmentKind = value
public SocialAttachmentKind AttachmentKind { get; set; }
Valor de propiedad
Tipo: Microsoft.SharePoint.Client.Social.SocialAttachmentKind
Image = 0, Video = 1, Document = 2.
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.Client.Social