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!

CodePersister.CanReload

This can be called to check if the persister can be reloaded. This will return true by default, thereby forcing a reload of the designer.

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

See Also

CodePersister Class | CodePersister Members | System.ComponentModel.Design Namespace