BuildQueryResult2010.Controllers Property
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property Controllers As List(Of BuildController2010)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<BuildController2010> Controllers { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<BuildController2010^>^ Controllers {
List<BuildController2010^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member Controllers : List<BuildController2010> with get
function get Controllers () : List<BuildController2010>
Property Value
Type: System.Collections.Generic.List<BuildController2010>
Returns List<T>.
.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.Build.Server.Compatibility Namespace