Accusoft.FSInvoices1.Net - Updated
PhoneDeviceType Property (PhoneRecord)




Accusoft.FSInvoices Namespace > PhoneRecord Class : PhoneDeviceType Property
Gets and sets the type of phone.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property PhoneDeviceType As String
'Usage
 
Dim instance As PhoneRecord
Dim value As String
 
instance.PhoneDeviceType = value
 
value = instance.PhoneDeviceType
[DataMember()]
public string PhoneDeviceType {get; set;}
[DataMember()]
public: __property string* get_PhoneDeviceType();
public: __property void set_PhoneDeviceType( 
   string* value
);
[DataMember()]
public:
property String^ PhoneDeviceType {
   String^ get();
   void set (    String^ value);
}
Remarks

Default: "Unknown".

See Also

Reference

PhoneRecord Class
PhoneRecord Members