RegistryItem.Hive Property

 

Gets or sets the registry hive for the registry item.

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

Syntax

public virtual RegistryHive Hive { get; set; }
public:
property RegistryHive Hive {
    virtual RegistryHive get();
    virtual void set(RegistryHive value);
}
abstract Hive : RegistryHive with get, set
override Hive : RegistryHive with get, set
Public Overridable Property Hive As RegistryHive

Property Value

Type: Microsoft.Win32.RegistryHive

Returns RegistryHive. One of the enumeration values that specify the registry hive.

See Also

RegistryItem Class
Microsoft.GroupPolicy Namespace

Return to top