Indicates whether the current Visual Guard runtime is a small business edition

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static bool IsSmallBusinessEdition { get; }
Visual Basic
Public Shared ReadOnly Property IsSmallBusinessEdition As Boolean
	Get

Property Value

Type: Boolean
true if it is a small business edition false otherwise.

See Also