GetBuildProperties.ConfigurationFolderUri Property

Note: This API is now obsolete.

The versioned URI of the configuration folder used for the build.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
<OutputAttribute> _
<ObsoleteAttribute("This property has been deprecated. Please remove all references.",  _
    False)> _
Public ReadOnly Property ConfigurationFolderUri As String
[OutputAttribute]
[ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)]
public string ConfigurationFolderUri { get; }
[OutputAttribute]
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.", 
    false)]
public:
property String^ ConfigurationFolderUri {
    String^ get ();
}
[<OutputAttribute>]
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.", 
    false)>]
member ConfigurationFolderUri : string with get
function get ConfigurationFolderUri () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GetBuildProperties Class

Microsoft.TeamFoundation.Build.Tasks Namespace