BuildPath.RootFolder Property

Gets the root folder.

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property RootFolder As String
public static string RootFolder { get; }
public:
static property String^ RootFolder {
    String^ get ();
}
static member RootFolder : string with get
static function get RootFolder () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildPath Class

Microsoft.TeamFoundation.Build.Common Namespace