Configuration.RemoveLocationPath(String) Method
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.
Removes a location path from the current configuration file.
public:
void RemoveLocationPath(System::String ^ locationPath);
public void RemoveLocationPath (string locationPath);
member this.RemoveLocationPath : string -> unit
Public Sub RemoveLocationPath (locationPath As String)
Parameters
- locationPath
- String
The path of the location to remove.