RegistrySetting Constructor (RegistrySetting)

 

Initializes a new instance of the RegistrySetting class by using another registry setting.

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

Syntax

protected RegistrySetting(
    RegistrySetting registrySetting
)
protected:
RegistrySetting(
    RegistrySetting^ registrySetting
)
new : 
        registrySetting:RegistrySetting -> RegistrySetting
Protected Sub New (
    registrySetting As RegistrySetting
)

Parameters

Remarks

The new registry setting is initialized to the properties of the supplied registry setting.

See Also

RegistrySetting Overload
RegistrySetting Class
Microsoft.GroupPolicy Namespace

Return to top