 | IBaseManagerAllSampleConfigsInfo Property |
List of all the sample configurations in the database. Use for information only (display info to the user, etc)
Do not edit the values directly
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
SyntaxIReadOnlyList<ISampleInfo> AllSampleConfigsInfo { get; }
property IReadOnlyList<ISampleInfo^>^ AllSampleConfigsInfo {
IReadOnlyList<ISampleInfo^>^ get ();
}
Property Value
IReadOnlyListISampleInfo
See Also