DatabaseTestBaseLicenseFilePath Property |
Gets or sets the license file path.
Namespace: PDTec.IceNet.Sdk.TestAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic string LicenseFilePath { get; set; }
Property Value
Type:
String
Remarks
If the path is not set (default), the test class searches for
a license.xml file in the executable directory then proceeds
with its parent directory and so on. If nothing is found, the test
exits with an error.
See Also