Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the DbConflictType enumeration value that represents the type of synchronization conflict.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property Type As DbConflictType
Get
Set
'Usage
Dim instance As DbSyncConflict
Dim value As DbConflictType
value = instance.Type
instance.Type = value
public DbConflictType Type { get; set; }
public:
property DbConflictType Type {
DbConflictType get ();
void set (DbConflictType value);
}
member Type : DbConflictType with get, set
function get Type () : DbConflictType
function set Type (value : DbConflictType)
Property Value
Type: Microsoft.Synchronization.Data.DbConflictType
A DbConflictType enumeration value that represents the type of synchronization conflict.