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

Gets a value indicating whether removals from the list are allowed.

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

Property Value

true, if removals are allowed; otherwise, false.

See Also

ListManager Class | ListManager Members | System.WinForms Namespace