Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.