Selerix Developer Tools
Theme Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : Theme Property
Gets or sets the story line theme.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property Theme As String
'Usage
 
Dim instance As Portfolio
Dim value As String
 
instance.Theme = value
 
value = instance.Theme
[XmlAttribute()]
public virtual string Theme {get; set;}
public read-write property Theme: String; virtual; 
XmlAttributeAttribute()
public function get,set Theme : String
[XmlAttribute()]
public: __property virtual string* get_Theme();
public: __property virtual void set_Theme( 
   string* value
);
[XmlAttribute()]
public:
virtual property String^ Theme {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Portfolio Class
Portfolio Members