OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class / GetPriceSet Method / GetPriceSet(Guid,Boolean) Method
The unique identifier of the PriceSet as a Guid.



In This Topic
    GetPriceSet(Guid,Boolean) Method
    In This Topic
    Retrieves a single PriceSet object assigned to a given identifier.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetPriceSet( _
       ByVal priceSetID As Guid, _
       Optional ByVal loadArchived As Boolean _
    ) As PriceSet
    'Usage
     
    
    Dim instance As DataAccess
    Dim priceSetID As Guid
    Dim loadArchived As Boolean
    Dim value As PriceSet
     
    value = instance.GetPriceSet(priceSetID, loadArchived)
    public PriceSet GetPriceSet( 
       Guid priceSetID,
       bool loadArchived
    )
    public:
    PriceSet^ GetPriceSet( 
       Guid priceSetID,
       bool loadArchived
    ) 

    Parameters

    priceSetID
    The unique identifier of the PriceSet as a Guid.
    loadArchived

    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