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
- 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace