DirectoryServicesPermissionEntryCollection.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddRange(DirectoryServicesPermissionEntry[]) |
Appends the contents of the specified DirectoryServicesPermissionEntry array to this collection. |
AddRange(DirectoryServicesPermissionEntryCollection) |
Appends the contents of the specified DirectoryServicesPermissionEntryCollection object to this collection. |
AddRange(DirectoryServicesPermissionEntry[])
Appends the contents of the specified DirectoryServicesPermissionEntry array to this collection.
public:
void AddRange(cli::array <System::DirectoryServices::DirectoryServicesPermissionEntry ^> ^ value);
public void AddRange (System.DirectoryServices.DirectoryServicesPermissionEntry[] value);
member this.AddRange : System.DirectoryServices.DirectoryServicesPermissionEntry[] -> unit
Public Sub AddRange (value As DirectoryServicesPermissionEntry())
Parameters
- value
- DirectoryServicesPermissionEntry[]
DirectoryServicesPermissionEntry array that contains the objects to append to this collection.
See also
Applies to
AddRange(DirectoryServicesPermissionEntryCollection)
Appends the contents of the specified DirectoryServicesPermissionEntryCollection object to this collection.
public:
void AddRange(System::DirectoryServices::DirectoryServicesPermissionEntryCollection ^ value);
public void AddRange (System.DirectoryServices.DirectoryServicesPermissionEntryCollection value);
member this.AddRange : System.DirectoryServices.DirectoryServicesPermissionEntryCollection -> unit
Public Sub AddRange (value As DirectoryServicesPermissionEntryCollection)
Parameters
The DirectoryServicesPermissionEntryCollection object that contains the objects to append to this collection.