GetBuildProperties.ConfigurationFolderUri Property

Note: This API is now obsolete.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GetBuildProperties Class

Microsoft.TeamFoundation.Build.Tasks Namespace