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!

StateChangeEventArgs.CurrentState

[To be supplied.]

[Visual Basic]
Public ReadOnly Property CurrentState As DBObjectState
[C#]
public DBObjectState CurrentState {get;}
[C++]
public: __property DBObjectState get_CurrentState();
[JScript]
public function get CurrentState() : DBObjectState;

See Also

StateChangeEventArgs Class | StateChangeEventArgs Members | System.Data Namespace