RegistryItem.FullKeyPath Property

 

Gets the full key path for the registry item.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management.Interop (in Microsoft.GroupPolicy.Management.Interop.dll)

Syntax

public string FullKeyPath { get; }
public:
property String^ FullKeyPath {
    String^ get();
}
member FullKeyPath : string with get
Public ReadOnly Property FullKeyPath As String

Property Value

Type: System.String

Returns String. The full key path to the registry item.

Remarks

The full key path contains both the registry hive and the key path.

See Also

RegistryItem Class
Microsoft.GroupPolicy Namespace

Return to top