Click or drag to resize

AttributeValue Methods

The AttributeValue type exposes the following members.

Methods
  NameDescription
Public methodAddValue
Add the specified value to the collection of values of a multivalued attribute, or sets the value of a single-valued attribute
Public methodEquals
Tests the current attribute value collection for equality with another object
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Gets the hash code for this object
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodHasValue
Returns a value indicating whether the specified value is present on this attribute
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveValue
Removes a specific value from an attribute
Public methodRemoveValues
Removes all values from the attribute
Public methodSetValue
Sets the value of the attribute, overwriting any existing values present on the object
Public methodToString
Returns the values of this object as a comma separated string
(Overrides ObjectToString.)
Public methodUndoChanges
Reverts any changes made to the attribute values, restoring them to their initial state
Top
See Also