RegistryItem.KeyPath Property

 

Gets or sets the key path for the registry item.

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

Syntax

public string KeyPath { get; set; }
public:
property String^ KeyPath {
    String^ get();
    void set(String^ value);
}
member KeyPath : string with get, set
Public Property KeyPath As String

Property Value

Type: System.String

Returns String. The key path to the registry item.

See Also

RegistryItem Class
Microsoft.GroupPolicy Namespace

Return to top