Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the continuous integration type filter.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property TriggerType As DefinitionTriggerType
[ClientPropertyAttribute(ClientVisibility.Public)]
public DefinitionTriggerType TriggerType { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property DefinitionTriggerType TriggerType {
DefinitionTriggerType get ();
void set (DefinitionTriggerType value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member TriggerType : DefinitionTriggerType with get, set
function get TriggerType () : DefinitionTriggerType
function set TriggerType (value : DefinitionTriggerType)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.DefinitionTriggerType
Returns DefinitionTriggerType.
.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.