Share via


MACapabilities.SupportHierarchy Property

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

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

Usage

'Usage
Dim instance As MACapabilities
Dim value As Boolean

value = instance.SupportHierarchy

instance.SupportHierarchy = value

Syntax

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

/** @property */
public void set_SupportHierarchy (boolean value)
public function get SupportHierarchy () : boolean

public function set SupportHierarchy (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