Gets or sets the story line contexts.
Syntax
'Declaration
<XmlElementAttribute(Type=Selerix.BusinessObjects.UI.StoryLineContext, ElementName="StoryLineContext")>
Public Overridable Property StoryLineContexts As StoryLineContextCollection
'Usage
Dim instance As Portfolio
Dim value As StoryLineContextCollection
instance.StoryLineContexts = value
value = instance.StoryLineContexts
[XmlElement(Type=Selerix.BusinessObjects.UI.StoryLineContext, ElementName="StoryLineContext")]
public virtual StoryLineContextCollection StoryLineContexts {get; set;}
public read-write property StoryLineContexts: StoryLineContextCollection; virtual;
XmlElementAttribute(Type=Selerix.BusinessObjects.UI.StoryLineContext, ElementName="StoryLineContext")
public function get,set StoryLineContexts : StoryLineContextCollection
[XmlElement(Type=Selerix.BusinessObjects.UI.StoryLineContext, ElementName="StoryLineContext")]
public: __property virtual StoryLineContextCollection* get_StoryLineContexts();
public: __property virtual void set_StoryLineContexts(
StoryLineContextCollection* value
);
[XmlElement(Type=Selerix.BusinessObjects.UI.StoryLineContext, ElementName="StoryLineContext")]
public:
virtual property StoryLineContextCollection^ StoryLineContexts {
StoryLineContextCollection^ get();
void set ( StoryLineContextCollection^ value);
}
Property Value
The story line contexts.
See Also