PreferenceExtension.SettingsFilePath Property

 

Gets the UNC path of the XML file that contains the settings for the Group Policy object (GPO) section that is being edited.

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

Syntax

protected string SettingsFilePath { get; private set; }
protected:
property String^ SettingsFilePath {
    String^ get();
    private: void set(String^ value);
}
member SettingsFilePath : string with get, private set
Protected Property SettingsFilePath As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Returns String. The path of the GPO section on SYSVOL.

See Also

PreferenceExtension Class
Microsoft.GroupPolicy Namespace

Return to top