Click or drag to resize

AttributeValuePairCollection Constructor (String, Object, String, Object, String, Object, 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 attribute1,
	Object value1,
	string attribute2,
	Object value2,
	string attribute3,
	Object value3,
	string attribute4,
	Object value4
)

Parameters

attribute1
Type: SystemString
The name of the attribute in the first pair
value1
Type: SystemObject
The value of the attribute in the first pair
attribute2
Type: SystemString
The name of the attribute in the second pair
value2
Type: SystemObject
The value of the attribute in the second pair
attribute3
Type: SystemString
The name of the attribute in the third pair
value3
Type: SystemObject
The value of the attribute in the third pair
attribute4
Type: SystemString
The name of the attribute in the fourth pair
value4
Type: SystemObject
The value of the attribute in the fourth pair
See Also