GetImpactedTests.BaselineBuildDropLocation Property

Namespace:  Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities
Assembly:  Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)

Syntax

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

Property Value

Type: System.Activities.InArgument<String>

.NET Framework Security

See Also

Reference

GetImpactedTests Class

Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities Namespace