Gets the date and time the document was created.
public string CreationDate {get;}
public: __property string* get_CreationDate();
'Declaration
Public ReadOnly Property CreationDate As String
'Usage
Dim instance As DocumentMetadata
Dim value As String
value = instance.CreationDate
Property Value
A string value which represents the creation date of the document.