Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.