AttributeValuePairCollection Constructor (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
Syntaxpublic AttributeValuePairCollection(
string attribute1,
Object value1,
string attribute2,
Object value2
)
Public Sub New (
attribute1 As String,
value1 As Object,
attribute2 As String,
value2 As Object
)
public:
AttributeValuePairCollection(
String^ attribute1,
Object^ value1,
String^ attribute2,
Object^ value2
)
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
See Also