PreferenceExtension.SysvolPreferenceFileName Property

 

When implemented in a derived class, gets the name of the XML file on SYSVOL that contains the preference items that are being edited.

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

Syntax

protected abstract string SysvolPreferenceFileName { get; }
protected:
property String^ SysvolPreferenceFileName {
    virtual String^ get() abstract;
}
abstract SysvolPreferenceFileName : string with get
Protected MustOverride ReadOnly Property SysvolPreferenceFileName As String

Property Value

Type: System.String

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

See Also

PreferenceExtension Class
Microsoft.GroupPolicy Namespace

Return to top