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