FileVersion.CreatedBy Property
Gets a value that specifies the user that represents the creator of the file version.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property CreatedBy As User
Get
'Usage
Dim instance As FileVersion
Dim value As User
value = instance.CreatedBy
[RemoteAttribute]
public User CreatedBy { get; }
Property Value
Type: Microsoft.SharePoint.Client.User
Returns a User instance representing the user that represents the creator of the file version.