dotConnect for Dynamics 365 Documentation
Devart.Data Namespace / SqlShimConnectionStringBuilder Class / TryGetValue Method
Key name to obtain the value.
Value of the key. If operation fails, the value is null.

TryGetValue Method
Attempts to get a key value.
Syntax
'Declaration
 
Public Overrides Function TryGetValue( _
   ByVal keyword As String, _
   ByRef value As Object _
) As Boolean
 

Parameters

keyword
Key name to obtain the value.
value
Value of the key. If operation fails, the value is null.

Return Value

true if the operation is successful; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also