SocialAttachment.Length property
Gets or sets the length of the attachment, in seconds.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property Length As UInteger
Get
Set
'Usage
Dim instance As SocialAttachment
Dim value As UInteger
value = instance.Length
instance.Length = value
public uint Length { get; set; }
Property value
Type: System.UInt32
Remarks
This property is used only when AttachmentKind is Video.