Partager via


Propriété ItemChange.MadeWithKnowledge

Obtient la connaissance associée à cette modification.

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

Syntaxe

'Déclaration
Public ReadOnly Property MadeWithKnowledge As SyncKnowledge
'Utilisation
Dim instance As ItemChange
Dim value As SyncKnowledge

value = instance.MadeWithKnowledge
public SyncKnowledge MadeWithKnowledge { get; }
public:
property SyncKnowledge^ MadeWithKnowledge {
    SyncKnowledge^ get ();
}
/** @property */
public SyncKnowledge get_MadeWithKnowledge ()
public function get MadeWithKnowledge () : SyncKnowledge

Valeur de propriété

Connaissance associée à cette modification.

Notes

La connaissance associée d'une modification est en général la connaissance que le réplica avait lorsque cette modification a été apportée.

Cette connaissance n'est pertinente que lorsque l'objet ItemChange représente une modification du fournisseur de source.

Voir aussi

Référence

Classe ItemChange
Membres ItemChange
Espace de noms Microsoft.Synchronization