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!

BindingsCollection.List

Gets the bindings in the collection as an object.

[Visual Basic]
Overridable Protected ReadOnly Property List As ObjectList
[C#]
protected ObjectList List {override get;}
[C++]
protected: __property virtual ObjectList* get_List();
[JScript]
protected function get List() : ObjectList;

Property Value

An ObjectList containing all of the collection members.

See Also

BindingsCollection Class | BindingsCollection Members | System.WinForms Namespace