IDefinitionModel.TriggerType Property

The trigger type of the definition

Namespace:  Microsoft.TeamFoundation.Build.Controls.Extensibility
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
ReadOnly Property TriggerType As DefinitionTriggerType
DefinitionTriggerType TriggerType { get; }
property DefinitionTriggerType TriggerType {
    DefinitionTriggerType get ();
}
abstract TriggerType : DefinitionTriggerType with get
function get TriggerType () : DefinitionTriggerType

Property Value

Type: Microsoft.TeamFoundation.Build.Client.DefinitionTriggerType
Returns DefinitionTriggerType.

.NET Framework Security

See Also

Reference

IDefinitionModel Interface

Microsoft.TeamFoundation.Build.Controls.Extensibility Namespace