Selerix Developer Tools
ComponentName Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PluginConfigTemplate Class : ComponentName Property
Gets or sets the name of the component.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Overridable Property ComponentName As String
'Usage
 
Dim instance As PluginConfigTemplate
Dim value As String
 
instance.ComponentName = value
 
value = instance.ComponentName
[XmlElement()]
public virtual string ComponentName {get; set;}
public read-write property ComponentName: String; virtual; 
XmlElementAttribute()
public function get,set ComponentName : String
[XmlElement()]
public: __property virtual string* get_ComponentName();
public: __property virtual void set_ComponentName( 
   string* value
);
[XmlElement()]
public:
virtual property String^ ComponentName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the component.
See Also

Reference

PluginConfigTemplate Class
PluginConfigTemplate Members