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

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

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

Property Value

true, if edits are allowed;otherwise, false.

See Also

ListManager Class | ListManager Members | System.WinForms Namespace