OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class / GetPriceModifier Method / GetPriceModifier(String) Method
The name of the PriceModifier.



In This Topic
    GetPriceModifier(String) Method
    In This Topic
    Retrieves a single PriceModifier object assigned to a given name.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetPriceModifier( _
       ByVal priceModifierName As String _
    ) As PriceModifier
    'Usage
     
    
    Dim instance As DataAccess
    Dim priceModifierName As String
    Dim value As PriceModifier
     
    value = instance.GetPriceModifier(priceModifierName)
    public PriceModifier GetPriceModifier( 
       string priceModifierName
    )
    public:
    PriceModifier^ GetPriceModifier( 
       String^ priceModifierName
    ) 

    Parameters

    priceModifierName
    The name of the PriceModifier.

    Return Value

    A comprehensive PriceModifier object.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also