Accusoft.FSInvoices1.Net - Updated
PhoneRecord Constructor(String,String)




Accusoft.FSInvoices Namespace > PhoneRecord Class > PhoneRecord Constructor : PhoneRecord Constructor(String,String)
Type of phone.
Phone number.
Initializes a new instance of the PhoneRecord class with provided attributes.
Syntax
'Declaration
 
Public Function New( _
   ByVal phoneType As String, _
   ByVal phoneNumber As String _
)
'Usage
 
Dim phoneType As String
Dim phoneNumber As String
 
Dim instance As New PhoneRecord(phoneType, phoneNumber)
public PhoneRecord( 
   string phoneType,
   string phoneNumber
)
public: PhoneRecord( 
   string* phoneType,
   string* phoneNumber
)
public:
PhoneRecord( 
   String^ phoneType,
   String^ phoneNumber
)

Parameters

phoneType
Type of phone.
phoneNumber
Phone number.
See Also

Reference

PhoneRecord Class
PhoneRecord Members
Overload List