Completed Property
True if the RE run was successfully completed
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property Completed As Boolean
Get
Friend Set
'Usage
Dim instance As OAImportDatabase
Dim value As Boolean
value = instance.Completed
public bool Completed { get; internal set; }
public:
property bool Completed {
bool get ();
internal: void set (bool value);
}
member Completed : bool with get, internal set
function get Completed () : boolean
internal function set Completed (value : boolean)
Property Value
Type: System..::..Boolean
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace