ResourceCreatedDate Property
The date when the item was created.
Syntax
[VB.NET] Public ReadOnlyProperty ResourceCreatedDate As String
[C#] public string ResourceCreatedDate {get;}
Remarks
This property holds the datetime on which the item was created.
The format is ISO 8601 and is always in UTC time. For instance midnight UTC on Jan 1, 2014 would be "2014-01-01T00:00:00Z".
This property is read-only and not available at design time.
Default Value
""