Click or drag to resize

AttributeValuePairCollection Constructor (String, Object)

Initializes a new instance of the AttributeValuePairCollection class

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

Parameters

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