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