ObjectChangeConflict::IsResolved Property

 

Gets a value that indicates whether the conflicts for this object have already been resolved.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property bool IsResolved {
	bool get();
}

Property Value

Type: System::Boolean

True if the conflicts have been resolved.

This property is read-only and is automatically updated as conflicts are resolved.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: