Returns the value of CCOW server config.
public static Get<>(
string ,
)
'Declaration
Public Shared Function Get(Of )( _
ByVal As String, _
ByVal As _
) As
'Usage
Dim name As String
Dim defaultValue As
Dim value As
value = Config.Get(Of T)(name, defaultValue)
public:
static Getgeneric<typename >
(
String^ ,
)
Parameters
- name
- Name of the config to find.
- defaultValue
- A value of type T that is returned if the actual value cannot be retrieved.
Type Parameters
- T
- Specifies the type of the value to return.
Return Value
A config value of type T.