System.Web.Configuration.WebConfigurationManager.ConfigPath.ConfigPath C# (CSharp) Method

ConfigPath() public method

public ConfigPath ( string path, bool inAnotherApp ) : System
path string
inAnotherApp bool
return System
			public ConfigPath (string path, bool inAnotherApp)
			{
				this.Path = path;
				this.InAnotherApp = inAnotherApp;
			}
		}
WebConfigurationManager.ConfigPath