'Declaration
<XmlAttributeAttribute()> Public Property PayerID As String
'Usage
Dim instance As PayerProductLocationEDI Dim value As String instance.PayerID = value value = instance.PayerID
[XmlAttribute()] public string PayerID {get; set;}
public read-write property PayerID: String;
XmlAttributeAttribute() public function get,set PayerID : String
[XmlAttribute()] public: __property string* get_PayerID(); public: __property void set_PayerID( string* value );
[XmlAttribute()] public: property String^ PayerID { String^ get(); void set ( String^ value); }