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