Sdílet prostřednictvím


FeedClockVector.IsNoConflictsSpecified Property

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
'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);
}
/** @property */
public boolean get_IsNoConflictsSpecified ()

/** @property */
public void set_IsNoConflictsSpecified (boolean value)
public function get IsNoConflictsSpecified () : boolean

public function set IsNoConflictsSpecified (value : boolean)

Property Value

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.

See Also

Reference

FeedClockVector Class
FeedClockVector Members
Microsoft.Synchronization.FeedSync Namespace