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.

See Also

Reference

DocumentSetVersion Class

DocumentSetVersion Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace