ApplicationAttribute.BooleanValue Property¶
Note: This API is now obsolete.
Retrieves the boolean 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<bool> BooleanValue { get; }
VB¶
<ObsoleteAttribute("Property is obsolete, use ApplicationAttribute{T} instead")>
Public ReadOnly Property BooleanValue As Nullable(Of Boolean)
Get
Return Value¶
Type: Nullable(Boolean)
The boolean value of this ApplicationAttribute if the ApplicationAttributeDefinition.DataType is Boolean. Throws an exception otherwise.
Remarks¶
A null value is treated as false by AppDNA code.