ItemConstraintEventArgs.DestinationChange プロパティ

同期先プロバイダーから変更メタデータを取得します。

名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)

構文

'宣言
Public Overridable ReadOnly Property DestinationChange As ItemChange
'使用
Dim instance As ItemConstraintEventArgs
Dim value As ItemChange

value = instance.DestinationChange
public virtual ItemChange DestinationChange { get; }
public:
virtual property ItemChange^ DestinationChange {
    ItemChange^ get ();
}
/** @property */
public ItemChange get_DestinationChange ()
public function get DestinationChange () : ItemChange

プロパティ値

同期先プロバイダーの変更メタデータ。

参照

リファレンス

ItemConstraintEventArgs クラス
ItemConstraintEventArgs メンバー
Microsoft.Synchronization 名前空間