Selerix Developer Tools
XmlText Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : XmlText Property
Gets or sets the XML text.
Syntax
'Declaration
 
<XmlAnyElementAttribute("Text")>
Public Overridable Property XmlText As XmlElement
'Usage
 
Dim instance As Question
Dim value As XmlElement
 
instance.XmlText = value
 
value = instance.XmlText
[XmlAnyElement("Text")]
public virtual XmlElement XmlText {get; set;}
public read-write property XmlText: XmlElement; virtual; 
XmlAnyElementAttribute("Text")
public function get,set XmlText : XmlElement
[XmlAnyElement("Text")]
public: __property virtual XmlElement* get_XmlText();
public: __property virtual void set_XmlText( 
   XmlElement* value
);
[XmlAnyElement("Text")]
public:
virtual property XmlElement^ XmlText {
   XmlElement^ get();
   void set (    XmlElement^ value);
}

Property Value

The XML text.
See Also

Reference

Question Class
Question Members