Selerix Developer Tools
HelpLinksXML Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ExportReportConfigControlData Class : HelpLinksXML Property
Help links xml.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property HelpLinksXML As String
'Usage
 
Dim instance As ExportReportConfigControlData
Dim value As String
 
instance.HelpLinksXML = value
 
value = instance.HelpLinksXML
[XmlElement()]
public string HelpLinksXML {get; set;}
public read-write property HelpLinksXML: String; 
XmlElementAttribute()
public function get,set HelpLinksXML : String
[XmlElement()]
public: __property string* get_HelpLinksXML();
public: __property void set_HelpLinksXML( 
   string* value
);
[XmlElement()]
public:
property String^ HelpLinksXML {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

ExportReportConfigControlData Class
ExportReportConfigControlData Members