Platform Symphony .NET API Reference - Version 5.1
ResourceAttributeDefinition Constructor (name, alias)
NamespacesPlatform.Symphony.SoamResourceAttributeDefinitionResourceAttributeDefinition(String, String)
Constructs a ResourceAttributeDefinition object.
Declaration Syntax
C#
public ResourceAttributeDefinition(
	string name,
	string alias
)
Parameters
name (String)
The name of the attribute that will be published by the application. It can be the same or different from the "alias" parameter and can contain characters that are not allowed within the preference expression. The name cannot exceed a 256 character length.
alias (String)
The alias to be associated with the attribute. The alias can be considered the "formal" name of the attribute. It can be the same as or different from the "name" parameter. The alias can only contain alpha numeric and underscore characters and cannot exceed a 32 character length.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0