[This is preliminary documentation and is subject to change.]
Represents a collection of emulators in an EmulatorSession.
Typically here (StorageScu ,StorageScp ,PrintScp).
| C# | Visual Basic | Visual C++ |
public IList Emulators { get; set; }
Public Property Emulators As IList
public: property IList^ Emulators { IList^ get (); void set (IList^ value); }