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