RegistryPreference.SysvolPreferenceSubdirectory Property

 

Gets the name of the subdirectory on SYSVOL in which the XML file that contains the Registry preference items that are being edited exists.

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

Syntax

protected override sealed string SysvolPreferenceSubdirectory { get; }
protected:
property String^ SysvolPreferenceSubdirectory {
    virtual String^ get() override sealed;
}
override SysvolPreferenceSubdirectory : string with get
Protected Overrides NotOverridable ReadOnly Property SysvolPreferenceSubdirectory As String

Property Value

Type: System.String

Returns String. The name of the subdirectory.

See Also

RegistryPreference Class
Microsoft.GroupPolicy Namespace

Return to top