RequestCommittedTime Property |
Committed Time - The time when the data operation of a request was committed to the system.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<DateTime> CommittedTime { get; set; }
Public Property CommittedTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> CommittedTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member CommittedTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also