Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
<SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")> _
Public Property Type As DbConflictType
'Usage
Dim instance As DbSyncConflict
Dim value As DbConflictType
value = instance.Type
instance.Type = value
[SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")]
public DbConflictType Type { get; set; }
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1721:PropertyNamesShouldNotMatchGetMethods")]
public:
property DbConflictType Type {
DbConflictType get ();
void set (DbConflictType value);
}
/** @property */
public DbConflictType get_Type ()
/** @property */
public void set_Type (DbConflictType value)
public function get Type () : DbConflictType
public function set Type (value : DbConflictType)
Property Value
A DbConflictType enumeration value that represents the type of synchronization conflict.
See Also
Reference
DbSyncConflict Class
DbSyncConflict Members
Microsoft.Synchronization.Data Namespace