Click or drag to resize

AttributeValueCollection Class

Contains a collection of attributes and values
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientAttributeValueCollection

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public class AttributeValueCollection : IEnumerable<AttributeValue>, 
	IEnumerable

The AttributeValueCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets an AttributeValue from the collection
Top
Methods
  NameDescription
Public methodContainsAttribute
Gets a value indicating whether the collection contains a specific attribute
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that iterates though the AttributeValueCollection
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also