Share via


OpenApiOperation.OperationId Property

Definition

Unique string used to identify the operation. The id MUST be unique among all operations described in the API. Tools and libraries MAY use the operationId to uniquely identify an operation, therefore, it is RECOMMENDED to follow common programming naming conventions.

public string OperationId { get; set; }
member this.OperationId : string with get, set
Public Property OperationId As String

Property Value

Applies to