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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.