BuildCommonUtil.BuildRegistryKeyPath Property

Gets the registry key path where build-specific settings should be stored.

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildCommonUtil Class

Microsoft.TeamFoundation.Build.Common Namespace