Share via


EdmStructuredObject.IsNullable Property

Gets or sets whether the EDM object is nullable or not.

Namespace:  System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Property IsNullable As Boolean 
    Get 
    Set
'Usage
Dim instance As EdmStructuredObject 
Dim value As Boolean 

value = instance.IsNullable

instance.IsNullable = value
public bool IsNullable { get; set; }
public:
property bool IsNullable {
    bool get ();
    void set (bool value);
}
member IsNullable : bool with get, set
function get IsNullable () : boolean 
function set IsNullable (value : boolean)

Property Value

Type: System.Boolean

See Also

Reference

EdmStructuredObject Class

System.Web.Http.OData Namespace