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 the trigger types supported by this provider.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property SupportedTriggerTypes As DefinitionTriggerType
[ClientPropertyAttribute(ClientVisibility.Public)]
public DefinitionTriggerType SupportedTriggerTypes { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property DefinitionTriggerType SupportedTriggerTypes {
DefinitionTriggerType get ();
void set (DefinitionTriggerType value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member SupportedTriggerTypes : DefinitionTriggerType with get, set
function get SupportedTriggerTypes () : DefinitionTriggerType
function set SupportedTriggerTypes (value : DefinitionTriggerType)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.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.