Selerix Developer Tools
EmbedHtml Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Presentation Class : EmbedHtml Property
Gets or sets the html code for presentation.
Syntax
'Declaration
 
<ScriptableAttribute()>
<XmlIgnoreAttribute()>
Public Overridable Property EmbedHtml As String
'Usage
 
Dim instance As Presentation
Dim value As String
 
instance.EmbedHtml = value
 
value = instance.EmbedHtml
[Scriptable()]
[XmlIgnore()]
public virtual string EmbedHtml {get; set;}
public read-write property EmbedHtml: String; virtual; 
ScriptableAttribute()
XmlIgnoreAttribute()
public function get,set EmbedHtml : String
[Scriptable()]
[XmlIgnore()]
public: __property virtual string* get_EmbedHtml();
public: __property virtual void set_EmbedHtml( 
   string* value
);
[Scriptable()]
[XmlIgnore()]
public:
virtual property String^ EmbedHtml {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Presentation Class
Presentation Members