VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneLocalDevice Class / Type Property
Syntax Requirements SeeAlso
In This Topic
    Type Property (SaneLocalDevice)
    In This Topic
    Gets the type of this SANE device.
    Syntax
    'Declaration
    
    Public ReadOnly Property Type As String
    
    
    public string Type { get; }
    
    
    public: __property string* get_Type();
    
    
    
    public:
    property string^ Type { string^ get(); }
    Requirements

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

    See Also