AttributeValue Methods |
The AttributeValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddValue |
Add the specified value to the collection of values of a multivalued attribute, or sets the value of a single-valued attribute
|
![]() | Equals |
Tests the current attribute value collection for equality with another object
(Overrides ObjectEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Gets the hash code for this object
(Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | HasValue |
Returns a value indicating whether the specified value is present on this attribute
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveValue |
Removes a specific value from an attribute
|
![]() | RemoveValues |
Removes all values from the attribute
|
![]() | SetValue |
Sets the value of the attribute, overwriting any existing values present on the object
|
![]() | ToString |
Returns the values of this object as a comma separated string
(Overrides ObjectToString.) |
![]() | UndoChanges |
Reverts any changes made to the attribute values, restoring them to their initial state
|