|
<< 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)
IDictionary<string, IBNCSInstanceParameter> Parameters { get; }
An IDictionary containing string keys and IBNCSInstanceParameter values.