Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Resources Namespace / AcStringExpressionBuilder Class / GetRequestedValue Method
The expression indicating the desired resource.
The type of the object bound to the expression.
The name of the property bound to the expression.
In This Topic
    GetRequestedValue Method
    In This Topic
    Gets the requested localized string resource.
    Syntax
    public static string GetRequestedValue( 
       string key,
       Type targetType,
       string propertyName
    )

    Parameters

    key
    The expression indicating the desired resource.
    targetType
    The type of the object bound to the expression.
    propertyName
    The name of the property bound to the expression.

    Return Value

    The localized string resource.
    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