Gets or sets the input tables.
Syntax
Visual Basic (Declaration) | |
---|
Public Property InputTables As UShort() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccLookupTable16
Dim value() As UShort
instance.InputTables = value
value = instance.InputTables
|
C# | |
---|
public ushort[] InputTables {get; set;} |
Managed Extensions for C++ | |
---|
public: __property ushort[]* get_InputTables();
public: __property void set_InputTables(
ushort[]* value
); |
C++/CLI | |
---|
public:
property array<ushort>^ InputTables {
array<ushort>^ get();
void set (ushortarray<value>^ value);
} |
Return Value
Array that contains input tables.
Requirements
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
See Also