Share via


EnumDropDownList.EnumeratorType Property

Gets or sets the type of the enumerator.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Property EnumeratorType As Type
    Get
    Set
'Usage
Dim instance As EnumDropDownList
Dim value As Type

value = instance.EnumeratorType

instance.EnumeratorType = value
public Type EnumeratorType { get; set; }
public:
property Type^ EnumeratorType {
    Type^ get ();
    void set (Type^ value);
}
member EnumeratorType : Type with get, set
function get EnumeratorType () : Type
function set EnumeratorType (value : Type)

Property Value

Type: System.Type
One of the [EnumeratorType] values.