Visual Basic (Declaration) | |
---|---|
Public Property ItemType As TwainItemType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TwainItemType ItemType {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property TwainItemType get_ItemType(); public: __property void set_ItemType( TwainItemType value ); |
C++/CLI | |
---|---|
public: property TwainItemType ItemType { TwainItemType get(); void set (TwainItemType value); } |
Return Value
The type of data contained in the TwainOneValueCapability object.Refer to TwainOneValueCapability
For more information, refer to How to Work with the Container.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family