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