ActiveDirectoryPartition Class
The ActiveDirectoryPartition class is an abstract class that represents a directory partition in a domain.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
System.DirectoryServices.ActiveDirectory::ActiveDirectoryPartition
System.DirectoryServices.ActiveDirectory::ActiveDirectorySchema
System.DirectoryServices.ActiveDirectory::ApplicationPartition
System.DirectoryServices.ActiveDirectory::Domain
| Name | Description | |
|---|---|---|
![]() | ActiveDirectoryPartition() | Initializes a new instance of the ActiveDirectoryPartition class. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets the partition name. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all managed and unmanaged resources that are held by the object. |
![]() | Dispose(Boolean) | Releases the managed resources that are used by the object and, optionally, releases unmanaged resources. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetDirectoryEntry() | Retrieves a DirectoryEntry object that represents the directory partition. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Retrieves a string representation of the current directory partition.(Overrides Object::ToString().) |
Demand value: LinkDemand
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


