Share via


DocumentSetVersion.Created property

Gets when the snapshot was captured.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public ReadOnly Property Created As DateTime
    Get
'Usage
Dim instance As DocumentSetVersion
Dim value As DateTime

value = instance.Created
public DateTime Created { get; }

Property value

Type: System.DateTime
Returns DateTime.

Remarks

The date and time are in UTC format.

See also

Reference

DocumentSetVersion class

DocumentSetVersion members

Microsoft.Office.DocumentManagement.DocumentSets namespace