SocialAttachment.PreviewWidth property
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property PreviewWidth As UInteger
Get
Set
'Usage
Dim instance As SocialAttachment
Dim value As UInteger
value = instance.PreviewWidth
instance.PreviewWidth = value
public uint PreviewWidth { get; set; }
Property value
Type: System.UInt32