ProcessingState.DateEnded Property¶
Gets a DateTime that specifies the time that the task finished. Will be null if it has not yet finished.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Nullable<DateTime> DateEnded { get; }
VB¶
Public ReadOnly Property DateEnded As Nullable(Of DateTime)
Get