TestParameterDeletingEventArgs.Cancel Property
Gets or sets a value that indicates whether the event should be canceled.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public bool Cancel {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property bool Cancel {
[CompilerGeneratedAttribute]
bool get();
[CompilerGeneratedAttribute]
void set(bool value);
}
member Cancel : bool with get, set
Public Property Cancel As Boolean
Property Value
Type: System.Boolean
true if the event should be canceled; otherwise, false.
See Also
TestParameterDeletingEventArgs Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top