ApplicationAttribute.NumericValue Property¶
Note: This API is now obsolete.
Retrieves the numeric 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<double> NumericValue { get; }
VB¶
<ObsoleteAttribute("Property is obsolete, use ApplicationAttribute{T} instead")>
Public ReadOnly Property NumericValue As Nullable(Of Double)
Get
Return Value¶
Type: Nullable(Double)
The numeric value of this ApplicationAttribute if the ApplicationAttributeDefinition.DataType is Numeric. Throws an exception otherwise.