BncsFramework.BncsCompatibilityVersion Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Properties >

BncsFramework.BncsCompatibilityVersion Property

Gets the BNCS compatibility version.

Namespace: BNCS.Core.DriverFramework
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public static Enums.BncsCompatibilityVersions BncsCompatibilityVersion { get; }

 

Remarks


The version returned depends on the compilation symbol defined:

If V60 is defined, returns V60.

If V60 is not defined, returns V55.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace