Click or drag to resize

AttributeValuePair Class

Represents a single attribute and value pair
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientAttributeValuePair

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public class AttributeValuePair

The AttributeValuePair type exposes the following members.

Constructors
  NameDescription
Public methodAttributeValuePair
Initializes a new instance of the AttributeValuePair class
Public methodAttributeValuePair(String, Object)
Initializes a new instance of the AttributeValuePair class
Top
Properties
  NameDescription
Public propertyAttributeName
The name of the attribute
Public propertyValue
The value of the attribute
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also