API Reference
Class
PreferenceUnc
Preference item referencing a UNC path.
Inheritance
- Object
- PreferenceUnc
Constructors
public PreferenceUnc(String GpoName, String Scope, String Path, String XmlFile) #Preference item referencing a UNC path.
Parameters
- GpoName System.String
- Display name of the GPO.
- Scope System.String
- Preference node context (e.g., Drive Maps).
- Path System.String
- UNC path referenced by the preference.
- XmlFile System.String
- Relative XML file path.
Methods
public PreferenceUnc <Clone>$() #Returns:
PreferenceUncpublic Void Deconstruct(out String GpoName, out String Scope, out String Path, out String XmlFile) #Returns:
VoidParameters
- GpoName String
- Scope String
- Path String
- XmlFile String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String