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.
Checks to see whether the conflicts should be ignored.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Property DoNotDetectConflicts As Boolean
Get
Set
'Usage
Dim instance As OperationMode
Dim value As Boolean
value = instance.DoNotDetectConflicts
instance.DoNotDetectConflicts = value
public bool DoNotDetectConflicts { get; set; }
Property Value
Type: System.Boolean
true if it should be ignored; otherwise, false.