StringAttribute Class¶
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.ApplicationAttribute
Citrix.SDK.AppDNA.ApplicationAttribute(String)
Citrix.SDK.AppDNA.StringAttribute
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 class StringAttribute : ApplicationAttribute<string>
VB¶
Public Class StringAttribute
Inherits ApplicationAttribute(Of String)
The StringAttribute type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | BooleanValue | Obsolete. Retrieves the boolean value assigned to this ApplicationAttribute. (Inherited from ApplicationAttribute.) |
![]() | DateTimeValue | Obsolete. Retrieves the DateTime value assigned to this ApplicationAttribute. (Inherited from ApplicationAttribute.) |
![]() | Definition | The ApplicationAttributeDefinition that this object holds the value for. (Inherited from ApplicationAttribute.) |
![]() | IsNull | Gets a value that is true if the value of the ApplicationAttribute is null. (Inherited from ApplicationAttribute.) |
![]() | NumericValue | Obsolete. Retrieves the numeric value assigned to this ApplicationAttribute. (Inherited from ApplicationAttribute.) |
![]() | RagValue | Obsolete. Retrieves the AttributeRag value assigned to this ApplicationAttribute. (Inherited from ApplicationAttribute.) |
![]() | ReportingConfigurationIdentifier | Gets the identifier string of the ReportConfiguration. (Inherited from ApplicationAttribute.) |
![]() | StringValue | Obsolete. Retrieves the string value assigned to this ApplicationAttribute. (Inherited from ApplicationAttribute.) |
![]() | Value | Gets the value of attribute. (Overrides ApplicationAttribute(T).Value.) |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Compares two ApplicationAttributes for equality. (Inherited from ApplicationAttribute.) |
![]() | Equals(ApplicationAttribute) | Compares two ApplicationAttributes for equality. (Inherited from ApplicationAttribute.) |
![]() | Equals(ApplicationAttribute(T)) | Compares two ApplicationAttributes for equality. (Inherited from ApplicationAttribute(T).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from ApplicationAttribute.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | Deleted | This event is raised when this ApplicationAttribute object is deleted using the SDK. (Inherited from ApplicationAttribute.) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from ApplicationAttribute.) |