msidmReportingJobmsidmCompletedTime Property |
Completed Time - The time at which an action has reached its final status.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<DateTime> msidmCompletedTime { get; set; }
Public Property msidmCompletedTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> msidmCompletedTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member msidmCompletedTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also