IBNCSInstance.Parameters Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Interfaces Namespace > IBNCSInstance Interface > IBNCSInstance Properties >

IBNCSInstance.Parameters Property

Gets the collection of parameters associated with the BNCS instance.

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

 

Syntax


IDictionary<stringIBNCSInstanceParameter> Parameters { get; }

Return Value

An IDictionary containing string keys and IBNCSInstanceParameter values.

 

See Also


IBNCSInstance Interface

BNCS.Interfaces Namespace