This topic has not yet been rated - Rate this topic

ApplicationPartition Class

The ApplicationPartition class represents an application partition for a particular domain.

System.Object
  System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition
    System.DirectoryServices.ActiveDirectory.ApplicationPartition

Namespace:  System.DirectoryServices.ActiveDirectory
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)
[DirectoryServicesPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)]
public class ApplicationPartition : ActiveDirectoryPartition

The ApplicationPartition type exposes the following members.

  Name Description
Public method ApplicationPartition(DirectoryContext, String) Initializes a new instance of the ApplicationPartition class, using the specified distinguished name.
Public method ApplicationPartition(DirectoryContext, String, String) Initializes a new instance of the ApplicationPartition class, using the specified distinguished name and object class.
Top
  Name Description
Public property DirectoryServers Gets an DirectoryServerCollection object that contains the directory servers that host this application partition.
Public property Name Gets the partition name. (Inherited from ActiveDirectoryPartition.)
Public property SecurityReferenceDomain Gets and sets the security reference domain for this application partition.
Top
  Name Description
Public method Delete Deletes this application partition.
Public method Dispose() Releases all managed and unmanaged resources that are held by the object. (Inherited from ActiveDirectoryPartition.)
Protected method Dispose(Boolean) Releases the managed resources that are used by the ApplicationPartition object and optionally releases unmanaged resources. (Overrides ActiveDirectoryPartition.Dispose(Boolean).)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method FindAllDirectoryServers() Returns a ReadOnlyDirectoryServerCollection object that contains all of the directory servers that host this application partition.
Public method FindAllDirectoryServers(String) Returns an ReadOnlyDirectoryServerCollection object that contains all of the directory servers that host this application partition in the specified site.
Public method FindAllDiscoverableDirectoryServers() Returns a ReadOnlyDirectoryServerCollection object that contains all of the directory servers that have registered either a site-specific DNS record for the current site or a non-site-specific DNS record for the application partition.
Public method FindAllDiscoverableDirectoryServers(String) Returns a ReadOnlyDirectoryServerCollection object that contains all of the directory servers that have registered a site-specific DNS record, for the specified site, for the application partition.
Public method Static member FindByName Returns an ApplicationPartition object for a given DirectoryContext object and distinguished name.
Public method FindDirectoryServer() Returns a DirectoryServer object for this application partition and current site.
Public method FindDirectoryServer(Boolean) Returns a DirectoryServer object for the application partition and current site with an option to ignore cached information.
Public method FindDirectoryServer(String) Returns a DirectoryServer object for the application partition and a specified site.
Public method FindDirectoryServer(String, Boolean) Returns a DirectoryServer object for this application partition for a specified site, with an option to ignore cached information.
Public method Static member GetApplicationPartition Returns an ApplicationPartition object for a specified directory context.
Public method GetDirectoryEntry Gets a DirectoryEntry object for this application partition. (Overrides ActiveDirectoryPartition.GetDirectoryEntry().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Save Commits all changes to the current application partition object to the underlying directory store.
Public method ToString Retrieves a string representation of the current directory partition. (Inherited from ActiveDirectoryPartition.)
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ