ODataPath.GetPathItemName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetPathItemName() |
Gets the default path item name. |
| GetPathItemName(OpenApiConvertSettings) |
Gets the path item name. |
GetPathItemName()
Gets the default path item name.
public string GetPathItemName();
member this.GetPathItemName : unit -> string
Public Function GetPathItemName () As String
Returns
The string.
Applies to
GetPathItemName(OpenApiConvertSettings)
Gets the path item name.
public string GetPathItemName(Microsoft.OpenApi.OData.OpenApiConvertSettings settings);
member this.GetPathItemName : Microsoft.OpenApi.OData.OpenApiConvertSettings -> string
Public Function GetPathItemName (settings As OpenApiConvertSettings) As String
Parameters
- settings
- OpenApiConvertSettings
The settings.
Returns
The string.