Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Information As TwainCapabilityBase |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TwainCapabilityBase Information {get;} |
Managed Extensions for C++ | |
---|---|
public: __property TwainCapabilityBase* get_Information(); |
C++/CLI | |
---|---|
public: property TwainCapabilityBase^ Information { TwainCapabilityBase^ get(); } |
Return Value
A TwainCapabilityBase object that provides information about what type of Capability the object is.Refer to TwainCapability
The type of capability determines which of the properties of this object are valid, and should be read.
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