Selerix Developer Tools
PluginName Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportRecipient Class : PluginName Property
Gets or sets the name of the plugin class.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property PluginName As String
'Usage
 
Dim instance As ReportRecipient
Dim value As String
 
instance.PluginName = value
 
value = instance.PluginName
[XmlElement()]
public string PluginName {get; set;}
public read-write property PluginName: String; 
XmlElementAttribute()
public function get,set PluginName : String
[XmlElement()]
public: __property string* get_PluginName();
public: __property void set_PluginName( 
   string* value
);
[XmlElement()]
public:
property String^ PluginName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the plugin class.
See Also

Reference

ReportRecipient Class
ReportRecipient Members