Gets an object that can be used to synchronize access to the VGSecurityManager.

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

Syntax

C#
public static Object SyncRoot { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property SyncRoot As Object

Return Value

An object that can be used to synchronize access to the VGSecurityManager.

See Also