Click or drag to resize

VGAuthorizationStateIsVersionNotCompatible Property

Checks whether the version of the permission is not compatible with the version of the application.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public bool IsVersionNotCompatible { get; }

Return Value

Type: Boolean
true the version of the permission is not compatible with the version of the application. false otherwise.
See Also