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