Share via


ODataBatchHandler.ODataRouteName Property

 

Gets or sets the name of the OData route associated with this batch handler.

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

Syntax

public string ODataRouteName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ ODataRouteName {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member ODataRouteName : string with get, set
Public Property ODataRouteName As String

Property Value

Type: System.String

See Also

ODataBatchHandler Class
System.Web.Http.OData.Batch Namespace

Return to top