OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class / GetUserMiscCompensation Method
The unique identifier of the UserMiscCompensation as a Guid.
Determines if deleted records are allowed to be returned in the result.



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

    Parameters

    userMiscCompensationID
    The unique identifier of the UserMiscCompensation as a Guid.
    loadArchived
    Determines if deleted records are allowed to be returned in the result.

    Return Value

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