Click or drag to resize

AttributeValueAddValue Method

Add the specified value to the collection of values of a multivalued attribute, or sets the value of a single-valued attribute

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public void AddValue(
	Object value
)

Parameters

value
Type: SystemObject
The value to remove
See Also