BuildQueueSpec.DefinitionFilterType Property
Gets or sets the type specified for the definition filter.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property DefinitionFilterType As DefinitionFilterType
public DefinitionFilterType DefinitionFilterType { get; set; }
public:
property DefinitionFilterType DefinitionFilterType {
DefinitionFilterType get ();
void set (DefinitionFilterType value);
}
member DefinitionFilterType : DefinitionFilterType with get, set
function get DefinitionFilterType () : DefinitionFilterType
function set DefinitionFilterType (value : DefinitionFilterType)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.DefinitionFilterType
Returns DefinitionFilterType.
.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.