This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Point.Y
[To be supplied.]
[Visual Basic]
Public Property Y As Integer
[C#]
public int Y {get; set;}
[C++]
public: __property int get_Y();
public: __property void set_Y(int);
[JScript]
public function get Y() : int;
public function set Y(int);