Share via


RegistryPreference.SysvolPreferenceFileName Property

 

Gets the name of the XML file on SYSVOL that contains the Registry preference items.

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

Syntax

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

Property Value

Type: System.String

Returns String. The name of the file that contains the Registry preference items.

See Also

RegistryPreference Class
Microsoft.GroupPolicy Namespace

Return to top