TryGetValue Method (DataSourceDictionary)
In This Topic
Syntax
'Declaration
Public Function TryGetValue( _
ByVal As System.String, _
ByRef As System.Object _
) As System.Boolean
public System.bool TryGetValue(
System.string ,
out System.object
)
Parameters
- key
- value
See Also