SocialAttachment.Height property
Gets or sets the height 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 Height As UInteger
Get
Set
'Usage
Dim instance As SocialAttachment
Dim value As UInteger
value = instance.Height
instance.Height = value
public uint Height { get; set; }
Property value
Type: System.UInt32