Click or drag to resize
DatabaseTestBaseLicenseFilePath Property
Gets or sets the license file path.

Namespace: PDTec.IceNet.Sdk.Test
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public 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