Share via


ParameterConfiguration.OptionalParameter Property

 

Gets or sets a value indicating whether this parameter is optional or not.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

ParameterConfiguration Class
System.Web.OData.Builder Namespace

Return to top