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
Syntaxpublic AttributeValuePairCollection(
string attribute,
Object value
)
Public Sub New (
attribute As String,
value As Object
)
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