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