Platform Symphony .NET API Reference - Version 5.1
ResourceAttributeDefinition Constructor (name, alias, defaultValue)
NamespacesPlatform.Symphony.SoamResourceAttributeDefinitionResourceAttributeDefinition(String, String, Double)
Constructs a ResourceAttributeDefinition object.
Declaration Syntax
C#
public ResourceAttributeDefinition(
	string name,
	string alias,
	double defaultValue
)
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.
defaultValue (Double)
The default value to be assigned to this resource attribute in the event that the system cannot find a value that was published within the context of a specific resource.

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