BuildDefinitionSpec.TriggerType Property

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

See Also

Reference

BuildDefinitionSpec Class

Microsoft.TeamFoundation.Build.Server Namespace