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
Syntaxpublic void AddValue(
Object value
)
Public Sub AddValue (
value As Object
)
public:
void AddValue(
Object^ value
)
Parameters
- value
- Type: SystemObject
The value to remove
See Also