BuildDefinition.TriggerType Property
Gets or sets the trigger used for system builds. Multiple values are not allowed.
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.