Share via


ProcedureConfiguration.OptionalReturn Property

 

Gets or sets a value indicating whether the return is optional or not.

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

Syntax

public bool OptionalReturn {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property bool OptionalReturn {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
member OptionalReturn : bool with get, set
Public Property OptionalReturn As Boolean

Property Value

Type: System.Boolean

See Also

ProcedureConfiguration Class
System.Web.OData.Builder Namespace

Return to top