OpenApiServiceCategoryDefinitionFile Property  | 
 
            The entry point of the definition file. For Swagger Services it is the swagger.json file.
            For other type of services, This property is not used.
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public string DefinitionFile { get; set; }<DataMemberAttribute>
Public Property DefinitionFile As String
	Get
	Set
public:
[DataMemberAttribute]
property String^ DefinitionFile {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute>]
member DefinitionFile : string with get, set
Property Value
Type: 
String
See Also