次の方法で共有


ConflictType プロパティ

同期の競合の種類を表す ConflictType 列挙値を取得または設定します。

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

構文

'宣言
Public Property ConflictType As ConflictType
    Get
    Set
'使用
Dim instance As SyncConflict
Dim value As ConflictType

value = instance.ConflictType

instance.ConflictType = value
public ConflictType ConflictType { get; set; }
public:
property ConflictType ConflictType {
    ConflictType get ();
    void set (ConflictType value);
}
member ConflictType : ConflictType with get, set
function get ConflictType () : ConflictType
function set ConflictType (value : ConflictType)

プロパティ値

型 : Microsoft.Synchronization.Data. . :: . .ConflictType
同期の競合の種類を表す ConflictType 列挙値。

競合の処理方法の例については、「データの競合とエラーを処理する方法」を参照してください。

参照

参照

SyncConflictクラス

SyncConflict メンバー

Microsoft.Synchronization.Data 名前空間