ApplicationAttributeDefinition.Rename Method¶
Renames the specified attribute name.
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 void Rename(
string attributeName
)
VB¶
Public Sub Rename (
attributeName As String
)
Parameters¶
- attributeName
- Type: System.String
Name of the attribute.
See Also¶
Reference¶
ApplicationAttributeDefinition Class
Citrix.SDK.AppDNA Namespace