The file path that will be used to load and store license data.

Namespace: SimpleMode.SecureLicenseManager
Assembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)

Syntax

C#
public string LicenseFilePath { get; set; }
Visual Basic
Public Property LicenseFilePath As String
	Get
	Set
Visual C++
public:
property String^ LicenseFilePath {
	String^ get ();
	void set (String^ value);
}

See Also