Share via


SqlBuildTask.OutputPath Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly:  Microsoft.VisualStudio.TeamSystem.Data.Tasks (in Microsoft.VisualStudio.TeamSystem.Data.Tasks.dll)

Syntax

'Declaration
<RequiredAttribute> _
Public Property OutputPath As String
'Usage
Dim instance As SqlBuildTask
Dim value As String

value = instance.OutputPath

instance.OutputPath = value
[RequiredAttribute]
public string OutputPath { get; set; }
[RequiredAttribute]
public:
property String^ OutputPath {
    String^ get ();
    void set (String^ value);
}
public function get OutputPath () : String
public function set OutputPath (value : String)

Property Value

Type: System.String

Permissions

See Also

Reference

SqlBuildTask Class

SqlBuildTask Members

Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace