TestAssemblySpec.AssemblyFileSpec Property

Gets or sets the path to the assembly file.

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

Syntax

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

Property Value

Type: System.String
The path to the assembly file.

.NET Framework Security

See Also

Reference

TestAssemblySpec Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace