The system identifier options that are selected for a license key.

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

Syntax

C#
public SystemIdentifierOptions SystemIdOptions { get; set; }
Visual Basic
Public Property SystemIdOptions As SystemIdentifierOptions
	Get
	Set
Visual C++
public:
property SystemIdentifierOptions SystemIdOptions {
	SystemIdentifierOptions get ();
	void set (SystemIdentifierOptions value);
}

See Also