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!

DirectoryEntryCollection.CollectionOverStringVariantProperty.Add

[To be supplied.]

[Visual Basic]
Public Function Add( _
   ByVal value As String _
) As Integer
[C#]
public int Add(
   string value
);
[C++]
public: int Add(
   String* value
);
[JScript]
public function Add(
   value : String
) : int;

Parameters

value
[To be supplied.]

See Also

DirectoryEntryCollection.CollectionOverStringVariantProperty Class | DirectoryEntryCollection.CollectionOverStringVariantProperty Members | System.DirectoryServices Namespace