Selerix Developer Tools
PortfolioPath Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : PortfolioPath Property
Gets or sets the portfolio path.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Overridable Property PortfolioPath As String
'Usage
 
Dim instance As Portfolio
Dim value As String
 
instance.PortfolioPath = value
 
value = instance.PortfolioPath
[XmlElement()]
public virtual string PortfolioPath {get; set;}
public read-write property PortfolioPath: String; virtual; 
XmlElementAttribute()
public function get,set PortfolioPath : String
[XmlElement()]
public: __property virtual string* get_PortfolioPath();
public: __property virtual void set_PortfolioPath( 
   string* value
);
[XmlElement()]
public:
virtual property String^ PortfolioPath {
   String^ get();
   void set (    String^ value);
}

Property Value

The portfolio path.
See Also

Reference

Portfolio Class
Portfolio Members