'Declaration
<XmlElementAttribute()> Public Property NetworkID As String
'Usage
Dim instance As DeductionCode Dim value As String instance.NetworkID = value value = instance.NetworkID
[XmlElement()] public string NetworkID {get; set;}
public read-write property NetworkID: String;
XmlElementAttribute() public function get,set NetworkID : String
[XmlElement()] public: __property string* get_NetworkID(); public: __property void set_NetworkID( string* value );
[XmlElement()] public: property String^ NetworkID { String^ get(); void set ( String^ value); }