Gets or sets the data array.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Data As Point() |
C# | |
---|
public Point[] Data {get; set;} |
Managed Extensions for C++ | |
---|
public: __property Point[] get_Data();
public: __property void set_Data(
Point[] value
); |
C++/CLI | |
---|
public:
property array<Point> Data {
array<Point> get();
void set (Pointarray<value> value);
} |
Return Value
The data array.
Example
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