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

See Also

Reference

DeploymentContributor Class

Microsoft.Data.Schema.Build Namespace

Cancel