SchemaCompareModelProviderBase.Canceled Property
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Property Canceled As Boolean
protected bool Canceled { get; private set; }
protected:
property bool Canceled {
bool get ();
private: void set (bool value);
}
member Canceled : bool with get, private set
function get Canceled () : boolean
private function set Canceled (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.