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