OperationCodeOperationId Property |
Gets the operation identifier.
Namespace:
Hummingbird.TestFramework.CodeGenerator
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string OperationId { get; set; }
<DataMemberAttribute>
Public Property OperationId As String
Get
Set
public:
[DataMemberAttribute]
property String^ OperationId {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member OperationId : string with get, set
Property Value
Type:
String
The operation identifier,
https://swagger.io/docs/specification/paths-and-operations/See Also