| ActiveDirectoryObjectCreateTimeStamp Property |
The time the object was created in UTC.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Nullable<DateTime> CreateTimeStamp { get; }
Public ReadOnly Property CreateTimeStamp As Nullable(Of DateTime)
Get
public:
property Nullable<DateTime> CreateTimeStamp {
Nullable<DateTime> get ();
}
member CreateTimeStamp : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also