SPSocialAttachment.AttachmentKind property

Gets or sets the attachment type.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property AttachmentKind As SPSocialAttachmentKind
    Get
    Set
'Usage
Dim instance As SPSocialAttachment
Dim value As SPSocialAttachmentKind

value = instance.AttachmentKind

instance.AttachmentKind = value
public SPSocialAttachmentKind AttachmentKind { get; set; }

Property value

Type: Microsoft.Office.Server.Social.SPSocialAttachmentKind

See also

Reference

SPSocialAttachment class

SPSocialAttachment members

Microsoft.Office.Server.Social namespace