Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the state after the state change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property NewState As SyncOrchestratorState
Get
'Usage
Dim instance As SyncOrchestratorStateChangedEventArgs
Dim value As SyncOrchestratorState
value = instance.NewState
public SyncOrchestratorState NewState { get; }
public:
property SyncOrchestratorState NewState {
SyncOrchestratorState get ();
}
member NewState : SyncOrchestratorState
function get NewState () : SyncOrchestratorState
Property Value
Type: Microsoft.Synchronization.SyncOrchestratorState
The state after the state change.