GenerateBindingRedirects.AppConfigFile 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.
Path to the app.config source file.
public:
property Microsoft::Build::Framework::ITaskItem ^ AppConfigFile { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
public Microsoft.Build.Framework.ITaskItem AppConfigFile { get; set; }
member this.AppConfigFile : Microsoft.Build.Framework.ITaskItem with get, set
Public Property AppConfigFile As ITaskItem