CaseActivityInformationUpdated Property |
Contains the time stamp for last update.
Namespace: Scanjour.Workflow4.Web.Services.EntitiesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic DateTime? Updated { get; set; }
Public Property Updated As DateTime?
Get
Set
public:
property Nullable<DateTime> Updated {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member Updated : Nullable<DateTime> with get, set
Property Value
NullableDateTime
See Also