Click or drag to resize

AttributeValuePair Constructor (String, Object)

Initializes a new instance of the AttributeValuePair class

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public AttributeValuePair(
	string attributeName,
	Object value
)

Parameters

attributeName
Type: SystemString
The name of the attribute
value
Type: SystemObject
The value of the attribute
See Also