Gets the registry key under PostSharp configuration is registered,
under the USER registry hive.
Namespace:
PostSharpAssembly: PostSharp.Core (in PostSharp.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property UserRegistryKeyName As String |
| C# |
|---|
public static string UserRegistryKeyName { get; } |
| Visual C++ |
|---|
public: static property String^ UserRegistryKeyName { String^ get (); } |