Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Resources Namespace / UserSettingsManager Class / SetValueByKey Method
The key for which to set the value
The value to set
In This Topic
    SetValueByKey Method (UserSettingsManager)
    In This Topic
    Sets the value of a setting for given key
    Syntax
    public void SetValueByKey( 
       string key,
       string value
    )

    Parameters

    key
    The key for which to set the value
    value
    The value to set
    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