FindCCProjInSln.SolutionPath Property

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

Syntax

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

Property Value

Type: System.Activities.InArgument<String>
Returns InArgument<T>.

.NET Framework Security

See Also

Reference

FindCCProjInSln Class

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace