BuildQueueSpec.DefinitionFilterType Property
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
声明
Public Property DefinitionFilterType As DefinitionFilterType
Get
Set
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
.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.