'DeclarationPublic Function New( _ ByVal customerID As Guid _ )
'UsageDim customerID As Guid Dim instance As New CustomerBase.ContactBase(customerID)
public CustomerBase.ContactBase( Guid customerID )
public: CustomerBase.ContactBase( Guid customerID )
Parameters
- customerID
- The unique identifier of the Customer associated with this Department.