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.AllowAdd

Gets a value indicating whether additions to the list are allowed.

[Visual Basic]
Public ReadOnly Property AllowAdd As Boolean
[C#]
public bool AllowAdd {get;}
[C++]
public: __property bool get_AllowAdd();
[JScript]
public function get AllowAdd() : Boolean;

Property Value

true, if additions are allowed; otherwise, false.

See Also

ListManager Class | ListManager Members | System.WinForms Namespace