Attribute |
public abstract class AttributeBase
The AttributeBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeBase | Constructs a new attribute. |
| Name | Description | |
|---|---|---|
| AttributeValue | The attribute value in memory. | |
| Gettable | True if protocol attribute-get requests are allowed. | |
| IgnoreSet | True if protocol attribute-set requests are allowed, but should be ignored. | |
| Settable | True if protocol attribute-set requests are allowed. |
| Name | Description | |
|---|---|---|
| OnAttributeValueSet | Occurs when the attribute value is set, but only under certain circumstances (see remarks). |