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