Gets or sets the unique Guid id that is assigned for a license configuration.

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

Syntax

C#
public Nullable<Guid> KeyId { get; set; }
Visual Basic
Public Property KeyId As Nullable(Of Guid)
	Get
	Set
Visual C++
public:
property Nullable<Guid> KeyId {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}

See Also