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!

ListManager.Bindings

Gets the collection of bindings for the list.

[Visual Basic]
Public ReadOnly Property Bindings As BindingsCollection
[C#]
public BindingsCollection Bindings {get;}
[C++]
public: __property BindingsCollection* get_Bindings();
[JScript]
public function get Bindings() : BindingsCollection;

Property Value

A BindingsCollection which contains ListBinding objects.

See Also

ListManager Class | ListManager Members | System.WinForms Namespace