AttributeValuePairCollectionAdd Method |
Adds an attribute and value pair to the collection
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic void Add(
string attribute,
Object value
)
Public Sub Add (
attribute As String,
value As Object
)
public:
void Add(
String^ attribute,
Object^ value
)
Parameters
- attribute
- Type: SystemString
The name of the attribute - value
- Type: SystemObject
The value of the attribute
See Also