TryGetValue Method
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Function TryGetValue ( _
<OutAttribute> ByRef value As T _
) As Boolean
'Usage
Dim instance As IValueProperty
Dim value As T
Dim returnValue As Boolean
returnValue = instance.TryGetValue(value)
bool TryGetValue(
out T value
)
bool TryGetValue(
[OutAttribute] T% value
)
abstract TryGetValue :
value:'T byref -> bool
function TryGetValue(
value : T
) : boolean
Parameters
- value
Type: T%
Return Value
Type: System..::..Boolean