DbSyncConflict.Type Propiedad
Obtiene o establece el valor de enumeración DbConflictType que representa el tipo de conflicto de sincronización.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)
Sintaxis
'Declaración
<SuppressMessageAttribute("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")> _
Public Property Type As DbConflictType
'Uso
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)
Valor de la propiedad
Valor de enumeración DbConflictType que representa el tipo de conflicto de sincronización.
Vea también
Referencia
DbSyncConflict Clase
DbSyncConflict Miembros
Microsoft.Synchronization.Data Espacio de nombres