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