ApplicationAttribute.DateTimeValue Property¶
Note: This API is now obsolete.
Retrieves the DateTime value assigned to this ApplicationAttribute.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
[ObsoleteAttribute("Property is obsolete, use ApplicationAttribute{T} instead")]
public Nullable<DateTime> DateTimeValue { get; }
VB¶
<ObsoleteAttribute("Property is obsolete, use ApplicationAttribute{T} instead")>
Public ReadOnly Property DateTimeValue As Nullable(Of DateTime)
Get
Return Value¶
Type: Nullable(DateTime)
The DateTime value of this ApplicationAttribute if the ApplicationAttributeDefinition.DataType is DateTime. Throws an exception otherwise.