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