CommandLineArguments.AppConfigPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An absolute path of the app.config file or null if not specified.
public:
property System::String ^ AppConfigPath { System::String ^ get(); };
public string AppConfigPath { get; }
public string? AppConfigPath { get; }
member this.AppConfigPath : string
Public ReadOnly Property AppConfigPath As String