TestSpec.RunName Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TestSpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace