Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.