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 or sets a value that indicates whether conflicts are preserved for the FeedSync item.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Property IsNoConflictsSpecified As Boolean
Get
Set
'Usage
Dim instance As FeedClockVector
Dim value As Boolean
value = instance.IsNoConflictsSpecified
instance.IsNoConflictsSpecified = value
public bool IsNoConflictsSpecified { get; set; }
public:
property bool IsNoConflictsSpecified {
bool get ();
void set (bool value);
}
member IsNoConflictsSpecified : bool with get, set
function get IsNoConflictsSpecified () : boolean
function set IsNoConflictsSpecified (value : boolean)
Property Value
Type: System.Boolean
true if conflicts are not preserved for the item; otherwise, false. The default is false.
Remarks
This value corresponds to the noconflicts attribute of the FeedSync item.