DatabaseTestBaseLicenseFilePath Property |
Gets or sets the license file path.
Namespace:
PDTec.IceNet.Sdk.Test
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public string LicenseFilePath { get; set; }
Property Value
Type:
StringRemarks
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