C# Class System.Web.Configuration.WebConfigurationManager.ConfigPath

Show file Open project: vargaz/mono

Public Properties

Property Type Description
InAnotherApp bool
Path string

Public Methods

Method Description
ConfigPath ( string path, bool inAnotherApp ) : System

Method Details

ConfigPath() public method

public ConfigPath ( string path, bool inAnotherApp ) : System
path string
inAnotherApp bool
return System

Property Details

InAnotherApp public property

public bool InAnotherApp
return bool

Path public property

public string Path
return string