VintaSoft Twain .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Twain Namespace / DeviceManager Class / Devices Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    Devices Property (DeviceManager)
    In This Topic
    Returns a collection of TWAIN devices installed in the system.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property Devices As DeviceCollection
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public DeviceCollection Devices { get; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property DeviceCollection* get_Devices();
    
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public:
    property DeviceCollection^ Devices { DeviceCollection^ get(); }

    Return Value

    A collection of TWAIN devices installed in the system.
    Exceptions
    ExceptionDescription
    Thrown if device manager is not open.
    Thrown if object is disposed.
    Thrown if the .NET debugger is used and the function evaluation requires all threads to run.
    Requirements

    Target Platforms: .NET 7; .NET 6; .NET 5; .NET Core 3.1; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also