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
'Usage
Dim instance As FeedItemMetadata
Dim value As Boolean
value = instance.IsNoConflicts
public bool IsNoConflicts { get; }
public:
property bool IsNoConflicts {
bool get ();
}
/** @property */
public boolean get_IsNoConflicts ()
public function get IsNoConflicts () : boolean
Property Value
true if conflict preservation should not be performed; otherwise, false. The default is false.
See Also
Reference
FeedItemMetadata Class
FeedItemMetadata Members
Microsoft.Synchronization.FeedSync Namespace