'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); }