SnapInSettingsAttribute.ConfigurationFile Property
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