OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Customer.Contact Class / Customer.Contact Constructor
The unique identifier of the Customer associated with this Department.



In This Topic
    Customer.Contact Constructor
    In This Topic
    Initializes a new Customer.Contact object assigned to the given Customer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal customerID As Guid _
    )
    'Usage
     
    
    Dim customerID As Guid
     
    Dim instance As New Customer.Contact(customerID)
    public Customer.Contact( 
       Guid customerID
    )
    public:
    Customer.Contact( 
       Guid customerID
    )

    Parameters

    customerID
    The unique identifier of the Customer associated with this Department.
    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