Selerix Developer Tools
StoryLinePath Property






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

Property Value

The story line path.
See Also

Reference

Portfolio Class
Portfolio Members