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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Return Value

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

See Also