ODataBatchHandler.ODataRouteName Property
Gets or sets the name of the OData route associated with this batch handler.
Namespace: System.Web.OData.Batch
Assembly: System.Web.OData (in System.Web.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.OData.Batch Namespace
Return to top