FileVersion.CreatedBy property

Gets a value that specifies the user that represents the creator of the file version.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property CreatedBy As User
    Get
'Usage
Dim instance As FileVersion
Dim value As User

value = instance.CreatedBy
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.

See also

Reference

FileVersion class

FileVersion members

Microsoft.SharePoint.Client namespace