Instance.Parameters Property

<< Click to Display Table of Contents >>

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

Instance.Parameters Property

Gets the parameters for the BNCS instance.

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

 

Syntax


public IDictionary<stringIBNCSInstanceParameter> Parameters { get; }

Return Value

A dictionary of string keys and IBNCSInstanceParameter values.

 

See Also


Instance Class

BNCS Namespace