Enum 9750 OData Protocol Version in 28
- App
- System Application
- Namespace
- System.Integration
Versions171819202122232425262728latest
Source in 28
src/System Application/App/Web Service Management/src/ODataProtocolVersion.Enum.al24 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Integration;
/// <summary>
/// This enum has the OData protocol versions.
/// </summary>
enum 9750 "OData Protocol Version"
{
Extensible = true;
/// <summary>
/// Specifies that the OData protocol version is V3.
/// </summary>
value(0; V3) { }
/// <summary>
/// Specifies that the OData protocol version is V4.
/// </summary>
value(1; V4) { }
}Values, 2
| Id | Name | Obsolete |
|---|---|---|
| 0 | V3 | - |
| 1 | V4 | - |