The AttributeBehavior type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AttributeBehavior | Initializes a new instance of the AttributeBehavior class. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AttributeName | Get or set the name of the target attribute. | |
| AttributeValue | Get or set the new value to be assigned to the attribute. (may include macros) | |
| BehaviorType |
The type of action the behavior performs.
(Inherited from PolicyBehavior.) | |
| ContactList | Get or set the contact list containing the attribute to which this behavior pertains. | |
| Id | (Inherited from PolicyBehavior.) | |
| Operand | Get or set the right hand value for use with Operation. | |
| Operation | Get or set the operation to be applied to the new value before assigning. |