Selerix Developer Tools
XmlCode Property (Presentation)






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

Property Value

The XML code.
See Also

Reference

Presentation Class
Presentation Members