Accusoft.FSInvoices1.Net
PhoneDeviceType Property (PhoneRecord)




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
[DataMemberAttribute()]
public string PhoneDeviceType {get; set;}
[DataMemberAttribute()]
public: __property string* get_PhoneDeviceType();
public: __property void set_PhoneDeviceType( 
   string* value
);
[DataMemberAttribute()]
public:
property String^ PhoneDeviceType {
   String^ get();
   void set (    String^ value);
}
Remarks

Default: "Unknown".

See Also

Reference

PhoneRecord Class
PhoneRecord Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback