VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDeviceManager Class / IsOpened Property
Syntax Requirements SeeAlso
In This Topic
    IsOpened Property (SaneLocalDeviceManager)
    In This Topic
    Gets a value indicating whether this device manager is opened.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsOpened As Boolean
    
    
    public bool IsOpened { get; }
    
    
    public: __property bool get_IsOpened();
    
    
    
    public:
    property bool IsOpened { bool get(); }
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also