SocialAttachment.Width property
Gets or sets the width of the attachment or its preview.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property Width As UInteger
Get
Set
'Usage
Dim instance As SocialAttachment
Dim value As UInteger
value = instance.Width
instance.Width = value
public uint Width { get; set; }
Property value
Type: System.UInt32