NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LinkLabel.LinkCollection.All

[To be supplied.]

[Visual Basic]
Overridable Public Property All As LinkLabel.Link ()
[C#]
public LinkLabel.Link[] All {virtual get; virtual set;}
[C++]
public: __property virtual LinkLabel.Link* get_All();
public: __property virtual void set_All(LinkLabel.Link*[]);
[JScript]
public function get All() : LinkLabel.Link[];
public function set All(LinkLabel.Link[]);

See Also

LinkLabel.LinkCollection Class | LinkLabel.LinkCollection Members | System.WinForms Namespace