| AttributeValue Properties |
[This is preliminary documentation and is subject to change.]
The AttributeValue type exposes the following members.
| Name | Description | |
|---|---|---|
| IntegerValue | Integer value of the attribute or null if the attribute doesn't have a value | |
| IsEnum | Flag to indicate if this attribute is a simple enumeration value | |
| IsInt | Flag to indicate if this attribute has an integer attribute | |
| IsString | Flag to indicate if this attribute is a target specific string value | |
| Kind | Kind of the attribute, or null for target specif named attributes | |
| Name | Name of a named attribute or null for other kinds of attributes | |
| StringValue | StringValue for named attributes with values |