Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.