Share via


MACapabilities.SupportPartitions Property

Gets or sets a value indicating that the management agent supports partitions.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As MACapabilities
Dim value As Boolean

value = instance.SupportPartitions

instance.SupportPartitions = value

Syntax

'Declaration
Public Property SupportPartitions As Boolean
public bool SupportPartitions { get; set; }
public:
property bool SupportPartitions {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_SupportPartitions ()

/** @property */
public void set_SupportPartitions (boolean value)
public function get SupportPartitions () : boolean

public function set SupportPartitions (value : boolean)

Property Value

Returns Boolean.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

MACapabilities Class
MACapabilities Members
Microsoft.MetadirectoryServices Namespace