The isolated storage path that will be used for the isolated storage where the license data will be stored or loaded from.

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

Syntax

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

See Also