Selerix Developer Tools
LastChangedBy Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PluginConfigUpdate Class : LastChangedBy Property
Gets or sets the last changed by.
Syntax
'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);
}

Property Value

The last changed by.
See Also

Reference

PluginConfigUpdate Class
PluginConfigUpdate Members