CommandResult.Completed Property
Namespace: Microsoft.VisualStudio.TestTools.Vsip
Assembly: Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)
Syntax
'Declaration
Public ReadOnly Property Completed As Boolean
'Usage
Dim instance As CommandResult
Dim value As Boolean
value = instance.Completed
public bool Completed { get; }
public:
property bool Completed {
bool get ();
}
public function get Completed () : 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.