SocialAttachment.AttachmentKind propriedade
Obtém ou define o tipo de anexo.
Namespace: Microsoft.SharePoint.Client.Social
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: Microsoft.SharePoint.Client.Social.SocialAttachmentKind
Image = 0, Video = 1, Document = 2.
Ver também
Referência
Microsoft.SharePoint.Client.Social namespace