Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the configuration file for the snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string ConfigurationFile { get; set; }
public:
property String^ ConfigurationFile {
String^ get();
void set(String^ value);
}
member ConfigurationFile : string with get, set
Public Property ConfigurationFile As String
Property Value
Type: System.String
The configuration file
See Also
SnapInSettingsAttribute Class
Microsoft.ManagementConsole Namespace
Return to top