Freigeben über


FeedClockVector.IsNoConflictsSpecified-Eigenschaft

Ruft einen Wert ab, der angibt, ob Konflikte für das FeedSync-Element beibehalten werden, oder legt einen solchen Wert fest.

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)

Eigenschaftenwert

true, wenn Konflikte für das Element nicht beibehalten werden; andernfalls false. Der Standardwert ist false.

Hinweise

Dieser Wert entspricht dem noconflicts-Attribut des FeedSync-Elements.

Siehe auch

Verweis

FeedClockVector-Klasse
FeedClockVector-Member
Microsoft.Synchronization.FeedSync-Namespace