Click or drag to resize

AttributeValue Properties

The AttributeValue type exposes the following members.

Properties
  NameDescription
Public propertyAttribute
Gets the attribute that represents the values in this collection
Public propertyAttributeName
Gets the name of the attribute
Public propertyBinaryValue
Gets the value of a single-valued attribute as a byte array
Public propertyBinaryValues
Gets the values of a multivalued attribute as a collection of byte array values
Public propertyBooleanValue
Gets the value of a single-valued attribute as a boolean value
Public propertyDateTimeValue
Gets the value of a single-valued attribute as a DateTime value
Public propertyDateTimeValues
Gets the values of a multivalued attribute as a collection of DateTime values
Public propertyIntegerValue
Gets the value of a single-valued attribute as a 64-bit integer
Public propertyIntegerValues
Gets the values of a multivalued attribute as a collection of 64-bit integer values
Public propertyIsNull
Gets a value indicating whether the value is null or empty
Public propertyPermissionHint
Gets the permissions the user has on this attribute, if they are known. Permission hints can only be obtained with a Get request
Public propertyReferenceValue
Gets the value of a single-valued attribute as a reference value
Public propertyReferenceValues
Gets the values of a multivalued attribute as a collection of reference values
Public propertyStringValue
Gets the value of a single-valued attribute as a string
Public propertyStringValues
Gets the values of a multivalued attribute as a collection of string values
Public propertyValue
Gets or sets the raw value of the attribute
Public propertyValueChanges
Gets a list of pending value changes for this attribute
Public propertyValues
Gets the raw values of the attribute
Public propertyValuesAsString
Gets the values of the attribute as a collection of string values
Top
See Also