Gets value of the parameter by name.
Namespace: Limilabs.Client.AuthenticationAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public string GetValue( string name ) |
| Visual Basic |
|---|
Public Function GetValue ( _ name As String _ ) As String |
| Visual C++ |
|---|
public: String^ GetValue( String^ name ) |
Parameters
- name
- Type: System..::..String
Name of the parameter to search for.