SocialAttachmentAction.Width property
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 SocialAttachmentAction
Dim value As UInteger
value = instance.Width
instance.Width = value
public uint Width { get; set; }
Property value
Type: System.UInt32