Config.InstancesFile Property

<< Click to Display Table of Contents >>

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

Config.InstancesFile Property

Gets the path to the instances.xml file located in the BNCSConfigPath directory. If the file does not exist, a FileNotFoundException is thrown.

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

 

Syntax


public static string InstancesFile { get; }

Return Value

The contents of the instances.xml file as a string.

 

See Also


Config Class

BNCS Namespace