Selerix Developer Tools
XmlEmbedHtml Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Presentation Class : XmlEmbedHtml Property
Gets or sets the XML code.
Syntax
'Declaration
 
<XmlAnyElementAttribute("EmbedHtml")>
Public Overridable Property XmlEmbedHtml As XmlNode
'Usage
 
Dim instance As Presentation
Dim value As XmlNode
 
instance.XmlEmbedHtml = value
 
value = instance.XmlEmbedHtml
[XmlAnyElement("EmbedHtml")]
public virtual XmlNode XmlEmbedHtml {get; set;}
public read-write property XmlEmbedHtml: XmlNode; virtual; 
XmlAnyElementAttribute("EmbedHtml")
public function get,set XmlEmbedHtml : XmlNode
[XmlAnyElement("EmbedHtml")]
public: __property virtual XmlNode* get_XmlEmbedHtml();
public: __property virtual void set_XmlEmbedHtml( 
   XmlNode* value
);
[XmlAnyElement("EmbedHtml")]
public:
virtual property XmlNode^ XmlEmbedHtml {
   XmlNode^ get();
   void set (    XmlNode^ value);
}

Property Value

The XML code.
See Also

Reference

Presentation Class
Presentation Members