The isolated storage scope 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 IsolatedStorageScope IsolatedStorageScope { get; set; }
Visual Basic
Public Property IsolatedStorageScope As IsolatedStorageScope
	Get
	Set
Visual C++
public:
property IsolatedStorageScope IsolatedStorageScope {
	IsolatedStorageScope get ();
	void set (IsolatedStorageScope value);
}

See Also