Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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