QueryBuilderControl.CanInsertCaluse 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 CanInsertClause")> _
Public ReadOnly Property CanInsertCaluse As Boolean
[ObsoleteAttribute("This property will be removed in the subsequent release, please use CanInsertClause")]
public bool CanInsertCaluse { get; }
[ObsoleteAttribute(L"This property will be removed in the subsequent release, please use CanInsertClause")]
public:
property bool CanInsertCaluse {
    bool get ();
}
[<ObsoleteAttribute("This property will be removed in the subsequent release, please use CanInsertClause")>]
member CanInsertCaluse : bool with get
function get CanInsertCaluse () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

QueryBuilderControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace