Gets or sets whether the enum object is nullable or not.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public bool IsNullable {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool IsNullable {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member IsNullable : bool with get, set
Public Property IsNullable As Boolean
Property Value
Type: System.Boolean
See Also
EdmEnumObject Class
System.Web.OData Namespace
Return to top