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 noconflicts value of the item.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property IsNoConflicts As Boolean
Get
'Usage
Dim instance As FeedItemMetadata
Dim value As Boolean
value = instance.IsNoConflicts
public bool IsNoConflicts { get; }
public:
property bool IsNoConflicts {
bool get ();
}
member IsNoConflicts : bool
function get IsNoConflicts () : boolean
Property Value
Type: System.Boolean
true if conflict preservation should not be performed; otherwise, false. The default is false.