Gets the registry key under PostSharp configuration is registered, under the USER registry hive.

Namespace:  PostSharp
Assembly:  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 ();
}

See Also