IQueuedBuildsView.DefinitionFilter Property
Gets the build definition specification used to filter builds in the QueuedBuilds property.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property DefinitionFilter As IBuildDefinitionSpec
IBuildDefinitionSpec DefinitionFilter { get; }
property IBuildDefinitionSpec^ DefinitionFilter {
IBuildDefinitionSpec^ get ();
}
abstract DefinitionFilter : IBuildDefinitionSpec with get
function get DefinitionFilter () : IBuildDefinitionSpec
Property Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec
The build definition specification used to filter builds in the QueuedBuilds property.
.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.