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 the knowledge to be learned if this change is applied.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ConflictKnowledge As SyncKnowledge
Get
'Usage
Dim instance As LoggedConflict
Dim value As SyncKnowledge
value = instance.ConflictKnowledge
public SyncKnowledge ConflictKnowledge { get; }
public:
property SyncKnowledge^ ConflictKnowledge {
SyncKnowledge^ get ();
}
member ConflictKnowledge : SyncKnowledge
function get ConflictKnowledge () : SyncKnowledge
Property Value
Type: Microsoft.Synchronization.SyncKnowledge
The knowledge to be learned if this change is applied.
Remarks
If the change that is represented by this conflict is applied to a replica, the conflict knowledge must be combined with the knowledge of that replica.