Accusoft.FSInvoices Namespace > PhoneRecord Class : PhoneDeviceType Property |
'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); }
Default: "Unknown".