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: 3.2.912.1 (3.2.912.01)

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