Click or drag to resize

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; }

Property Value

Type: SerializableDictionaryString, OperationCode
The operations.
See Also