AspriseImagingScanListSources Method |
Lists all sources with names only.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<Source> ScanListSources()
Public Function ScanListSources As List(Of Source)
public:
List<Source^>^ ScanListSources()
member ScanListSources : unit -> List<Source>
Return Value
Type:
ListSourceSources with names only.
See Also