Accusoft.FSInvoices Namespace > PhoneRecord Class > PhoneRecord Constructor : PhoneRecord Constructor(String,String) |
'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 )