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!

CodeStream.ShouldReload

Gets or sets a value indicating whether, due to changes, the code stream should be reloaded.

[Visual Basic]
MustOverride Public ReadOnly Property ShouldReload As Boolean
[C#]
public bool ShouldReload {abstract get;}
[C++]
public: __property virtual bool get_ShouldReload() = 0;
[JScript]
public abstract function get ShouldReload() : Boolean;

Property Value

true if the underlying data from the code stream has been modified since the prior load; otherwise, false.

See Also

CodeStream Class | CodeStream Members | System.ComponentModel.Design Namespace | IsLoaded