DocumentSetVersion.CreatedBy property
Gets the LoginName of the SPUser object that captured the snapshot.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property CreatedBy As String
Get
'Usage
Dim instance As DocumentSetVersion
Dim value As String
value = instance.CreatedBy
public string CreatedBy { get; }
Property value
Type: System.String
An LoginName value of that represents the user who captured the snapshot.