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