Error processing SSI file
LEADTOOLS Leadtools.Ccow.Server (Leadtools.Ccow.Server assembly)

Show in webframe

Get<T> Method






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

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.
Requirements

Target Platforms

See Also

Reference

Config Class
Config Members

Error processing SSI file
Leadtools.Ccow.Server requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features