Type.IsEnum Property
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsEnum As Boolean
Get
'Usage
Dim instance As Type
Dim value As Boolean
value = instance.IsEnum
public virtual bool IsEnum { get; }
public:
virtual property bool IsEnum {
bool get ();
}
abstract IsEnum : bool
override IsEnum : bool
function get IsEnum () : boolean
Property Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.