Skip to content

Application.SetAttribute(T) Method (String, T, ReportConfiguration)

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<T>(
    string attributeIdentifier,
    T value,
    ReportConfiguration reportConfiguration
)

VB

Public Function SetAttribute(Of T) ( 
    attributeIdentifier As String,
    value As T,
    reportConfiguration As ReportConfiguration
) As ApplicationAttribute

Parameters

 

attributeIdentifier
Type: System.String
The ApplicationAttributeDefinition identifier.
value
Type: T
The RAG value to set.
reportConfiguration
Type: Citrix.SDK.AppDNA.ReportConfiguration
The ReportConfiguration identifier.

Type Parameters

 

T

Return Value

Type: ApplicationAttribute
The ApplicationAttribute object that represents the newly set attribute value.

Remarks

The matching IsReportDependent property must be set to true.

See Also

Reference

Application Class
SetAttribute Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?