|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > Config Class > Config Methods > Config.GetInstanceByAltId Method |
Retrieves an instance from the instancesList based on the provided AltId.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static Instance GetInstanceByAltId(
string AltId
)
AltId
Type: String
The alternate ID of the instance to search for.
The instance with the specified AltId, or null if not found.