The date and time this object was created.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property DateCreated As Nullable(Of DateTime) |
| C# |
|---|
Nullable<DateTime> DateCreated { get; set; } |
| Visual C++ |
|---|
property Nullable<DateTime> DateCreated { Nullable<DateTime> get (); void set (Nullable<DateTime> value); } |
| JavaScript |
|---|
function get_dateCreated(); function set_dateCreated(value); |