Click or drag to resize

OperationCodeTags Property

Gets the tags of the OpenAPI operation

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public List<string> Tags { get; set; }

Property Value

Type: ListString
The tags.
See Also