RunSettings.TypeRunSettings Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property TypeRunSettings As RunSettingsType
[BrowsableAttribute(true)]
public RunSettingsType TypeRunSettings { get; set; }
[BrowsableAttribute(true)]
public:
property RunSettingsType TypeRunSettings {
    RunSettingsType get ();
    void set (RunSettingsType value);
}
[<BrowsableAttribute(true)>]
member TypeRunSettings : RunSettingsType with get, set
function get TypeRunSettings () : RunSettingsType 
function set TypeRunSettings (value : RunSettingsType)

Property Value

Type: Microsoft.TeamFoundation.Build.Workflow.Activities.RunSettingsType
Returns RunSettingsType.

.NET Framework Security

See Also

Reference

RunSettings Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace