Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / AccountDataDictionary Class / GetValue Method
The key to retrieve the value for.
In This Topic
    GetValue Method (AccountDataDictionary)
    In This Topic
    Returns a value from the dictionary for the given key.
    Syntax
    public string GetValue( 
       string key
    )

    Parameters

    key
    The key to retrieve the value for.

    Return Value

    The value stored for the key, or string.Empty if the key is not present in the dictionary.
    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