Share via


SPDeploy.BuildPath Property

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property BuildPath As InArgument(Of String)
[BrowsableAttribute(false)]
public InArgument<string> BuildPath { get; set; }
[BrowsableAttribute(false)]
public:
property InArgument<String^>^ BuildPath {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
[<BrowsableAttribute(false)>]
member BuildPath : InArgument<string> with get, set
function get BuildPath () : InArgument<String>
function set BuildPath (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>

.NET Framework Security

See Also

Reference

SPDeploy Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace