Allows the developer to be able to add more customization for resource attributes used within preference expressions.

C# |
public sealed class ResourceAttributeDefinition

All Members | Constructors | ||||
Icon | Member | Description |
---|---|---|
![]() | ResourceAttributeDefinition(String, String, Double) | Constructs a ResourceAttributeDefinition object. |
![]() | ResourceAttributeDefinition(String, String) | Constructs a ResourceAttributeDefinition object. |

Definitions are optional and are required only in the following cases:
1. The attribute in the expression has a different name than the attribute which will be published to the application.
2. The attribute in the expression deserves a special default value that cannot be satisfied by either the session level or system default values.
NOTE: If any of the methods of this class are called after the main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).

Object | |
![]() | ResourceAttributeDefinition |