Partager via


Propriété SyncOrchestratorStateChangedEventArgs.NewState

Obtient l'état après la modification d'état.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NewState As SyncOrchestratorState
'Utilisation
Dim instance As SyncOrchestratorStateChangedEventArgs
Dim value As SyncOrchestratorState

value = instance.NewState
public SyncOrchestratorState NewState { get; }
public:
property SyncOrchestratorState NewState {
    SyncOrchestratorState get ();
}
/** @property */
public SyncOrchestratorState get_NewState ()
public function get NewState () : SyncOrchestratorState

Valeur de propriété

État après la modification d'état.

Voir aussi

Référence

Classe SyncOrchestratorStateChangedEventArgs
Membres SyncOrchestratorStateChangedEventArgs
Espace de noms Microsoft.Synchronization