VideoThumbnail.IsSelected property
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property IsSelected As Boolean
Get
'Usage
Dim instance As VideoThumbnail
Dim value As Boolean
value = instance.IsSelected
public bool IsSelected { get; }
Property value
Type: System.Boolean