Selerix Developer Tools
MostRecentComment Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PluginConfigUpdate Class : MostRecentComment Property
Gets or sets the most recent comment.
Syntax
'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);
}

Property Value

The most recent comment.
See Also

Reference

PluginConfigUpdate Class
PluginConfigUpdate Members