Config.BNCSWorkstationId Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > Config Class > Config Properties >

Config.BNCSWorkstationId Property

Gets the BNCS Workstation ID from the environment variable "CC_WORKSTATION". If the value is a valid unsigned integer, it returns that value. If the value is not a valid unsigned integer, it returns 0.

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

 

Syntax


public static uint BNCSWorkstationId { get; }

Return Value

The BNCS Workstation ID as an unsigned integer.

 

See Also


Config Class

BNCS Namespace