NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectoryEntryPropertyValueCollection.Add

Appends the value to the set of values for this property.

[Visual Basic]
Public Sub Add( _
   ByVal value As Object _
)
[C#]
public void Add(
   object value
);
[C++]
public: void Add(
   Object* value
);
[JScript]
public function Add(
   value : Object
);

Parameters

value
The value to add.

Exceptions

Exception Type Condition
COMException The value is not a valid type for the property. The associated error code is E_ADS_PROPERTY_INVALID.

See Also

DirectoryEntryPropertyValueCollection Class | DirectoryEntryPropertyValueCollection Members | System.DirectoryServices Namespace