QueryOpenAPIClassFile Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a string that identifies the Open API assembly file that will be used to provide data
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string OpenAPIClassFile { get; set; }
Public Property OpenAPIClassFile As String
Get
Set
public:
virtual property String^ OpenAPIClassFile {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_OpenAPIClassFile();
function set_OpenAPIClassFile(value);
Return Value
Type:
StringA string that identifies the Open API assembly file that will be used to provide data
See Also