Application.SetAttribute Method (String, String)¶
Sets an ApplicationAttribute value for this application.
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 ApplicationAttribute SetAttribute(
string attributeIdentifier,
string value
)
VB¶
Public Function SetAttribute (
attributeIdentifier As String,
value As String
) As ApplicationAttribute
Parameters¶
- attributeIdentifier
- Type: System.String
The ApplicationAttributeDefinition identifier. - value
- Type: System.String
The string value to set.
Return Value¶
Type: ApplicationAttribute
The ApplicationAttribute object that represents the newly set attribute value.
Remarks¶
The matching IsReportDependent property must be set to false
.
See Also¶
Reference¶
Application Class
SetAttribute Overload
Citrix.SDK.AppDNA Namespace