Share via


ConfigParameterDefinition.DropDownExtensible Property

Retrieves boolean containing true if the drop-down is user extensible.

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

Usage

'Usage
Dim instance As ConfigParameterDefinition
Dim value As Boolean

value = instance.DropDownExtensible

Syntax

'Declaration
Public ReadOnly Property DropDownExtensible As Boolean
public bool DropDownExtensible { get; }
public:
property bool DropDownExtensible {
    bool get ();
}
/** @property */
public boolean get_DropDownExtensible ()
public function get DropDownExtensible () : 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

Target Platforms

See Also

Reference

ConfigParameterDefinition Class
ConfigParameterDefinition Members
Microsoft.MetadirectoryServices Namespace