OpenApiServiceCategoryOperations Property |
Gets the operations.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public SerializableDictionary<string, OperationCode> Operations { get; }
<DataMemberAttribute>
Public ReadOnly Property Operations As SerializableDictionary(Of String, OperationCode)
Get
public:
[DataMemberAttribute]
property SerializableDictionary<String^, OperationCode^>^ Operations {
SerializableDictionary<String^, OperationCode^>^ get ();
}
[<DataMemberAttribute>]
member Operations : SerializableDictionary<string, OperationCode> with get
Property Value
Type:
SerializableDictionaryString,
OperationCode
The operations.
See Also