AttributeValue Properties |
The AttributeValue type exposes the following members.
| Name | Description | |
|---|---|---|
| Attribute |
Gets the attribute that represents the values in this collection
| |
| AttributeName |
Gets the name of the attribute
| |
| BinaryValue |
Gets the value of a single-valued attribute as a byte array
| |
| BinaryValues |
Gets the values of a multivalued attribute as a collection of byte array values
| |
| BooleanValue |
Gets the value of a single-valued attribute as a boolean value
| |
| DateTimeValue |
Gets the value of a single-valued attribute as a DateTime value
| |
| DateTimeValues |
Gets the values of a multivalued attribute as a collection of DateTime values
| |
| IntegerValue |
Gets the value of a single-valued attribute as a 64-bit integer
| |
| IntegerValues |
Gets the values of a multivalued attribute as a collection of 64-bit integer values
| |
| IsNull |
Gets a value indicating whether the value is null or empty
| |
| PermissionHint |
Gets the permissions the user has on this attribute, if they are known. Permission hints can only be obtained with a Get request
| |
| ReferenceValue |
Gets the value of a single-valued attribute as a reference value
| |
| ReferenceValues |
Gets the values of a multivalued attribute as a collection of reference values
| |
| StringValue |
Gets the value of a single-valued attribute as a string
| |
| StringValues |
Gets the values of a multivalued attribute as a collection of string values
| |
| Value |
Gets or sets the raw value of the attribute
| |
| ValueChanges |
Gets a list of pending value changes for this attribute
| |
| Values |
Gets the raw values of the attribute
| |
| ValuesAsString |
Gets the values of the attribute as a collection of string values
|