QueryBuilderControl.CanDeleteSelectedCaluses Property
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property will be removed in the subsequent release, please use CanDeleteSelectedClauses")> _
Public ReadOnly Property CanDeleteSelectedCaluses As Boolean
[ObsoleteAttribute("This property will be removed in the subsequent release, please use CanDeleteSelectedClauses")]
public bool CanDeleteSelectedCaluses { get; }
[ObsoleteAttribute(L"This property will be removed in the subsequent release, please use CanDeleteSelectedClauses")]
public:
property bool CanDeleteSelectedCaluses {
bool get ();
}
[<ObsoleteAttribute("This property will be removed in the subsequent release, please use CanDeleteSelectedClauses")>]
member CanDeleteSelectedCaluses : bool with get
function get CanDeleteSelectedCaluses () : 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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace