Selerix Developer Tools
Published Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : Published Property
Gets or sets a value indicating whether this Portfolio is published.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<XmlAttributeAttribute()>
Public Overridable Property Published As Boolean
'Usage
 
Dim instance As Portfolio
Dim value As Boolean
 
instance.Published = value
 
value = instance.Published
[DefaultValue()]
[XmlAttribute()]
public virtual bool Published {get; set;}
public read-write property Published: Boolean; virtual; 
DefaultValueAttribute()
XmlAttributeAttribute()
public function get,set Published : boolean
[DefaultValue()]
[XmlAttribute()]
public: __property virtual bool get_Published();
public: __property virtual void set_Published( 
   bool value
);
[DefaultValue()]
[XmlAttribute()]
public:
virtual property bool Published {
   bool get();
   void set (    bool value);
}

Property Value

true if published; otherwise, false.
See Also

Reference

Portfolio Class
Portfolio Members