Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Templates Namespace / DataSourceDictionary Class / TryGetValue Method

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

    Parameters

    key
    value
    See Also