Click or drag to resize

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
Syntax
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