Summary
Gets the value of the specified configuration entry from
the specified section.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Configuration - Containing Type
- Client
Configuration Collection
Syntax
public string GetValue(string sectionName, string name)
Parameters
Name | Type | Description |
---|---|---|
sectionName | string | The name of the section to get the value of a configuration entry from. |
name | string | The name of the configuration entry to retrieve the value for. |
Return Value
Type | Description |
---|---|
string |
The value of the configuration entry, or System.String.Empty
if no such value exists.
|