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



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

    Parameters

    priceSetName
    The name of the PriceSet.

    Return Value

    A comprehensive PriceSet 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