ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearDataSources Class / Item Property
Index of the data source to access.




In This Topic
    Item Property (ImGearDataSources)
    In This Topic
    Gets the name of the specified data source.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    Dim instance As ImGearDataSources
    Dim index As Integer
    Dim value As String
     
    value = instance.Item(index)
    public string this[ 
       int index
    ]; {get;}
    public: __property string* get_Item   int index
    ;
    public:
    property String^ default [int] {
       String^ get(int index);
    }

    Parameters

    index
    Index of the data source to access.

    Property Value

    String name of the data source.
    See Also