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