DeploymentContributor.Canceled Property
Gets a value that indicates whether the contributor was canceled.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected ReadOnly Property Canceled As Boolean
protected bool Canceled { get; }
protected:
property bool Canceled {
bool get ();
}
member Canceled : bool
function get Canceled () : boolean
Property Value
Type: System.Boolean
true if the contributor has been canceled; otherwise, false.
.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.