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