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: 2.7.809.10 (2.7.809.19)

Syntax

C#
public bool IsVersionNotCompatible { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsVersionNotCompatible As Boolean

Return Value

true the version of the permission is not compatible with the version of the application. false otherwise.

See Also