Selerix Developer Tools
Presentations Property (Offering)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Offering Class : Presentations Property
Gets or sets the presentations.
Syntax
'Declaration
 
<XmlArrayAttribute("Presentations")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Presentation, ElementName="Presentation")>
<BOXmlObservableItemAttribute(Selerix.BusinessObjects.Presentation)>
<BOXmlListObservableItemAttribute(Mask="", 
   NodeName="Presentations", 
   Visible=True)>
Public Overridable Property Presentations As PresentationCollection
'Usage
 
Dim instance As Offering
Dim value As PresentationCollection
 
instance.Presentations = value
 
value = instance.Presentations
[XmlArray("Presentations")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Presentation, ElementName="Presentation")]
[BOXmlObservableItem(Selerix.BusinessObjects.Presentation)]
[BOXmlListObservableItem(Mask="", 
   NodeName="Presentations", 
   Visible=true)]
public virtual PresentationCollection Presentations {get; set;}
public read-write property Presentations: PresentationCollection; virtual; 
XmlArrayAttribute("Presentations")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Presentation, ElementName="Presentation")
BOXmlObservableItemAttribute(Selerix.BusinessObjects.Presentation)
BOXmlListObservableItemAttribute(Mask="", 
   NodeName="Presentations", 
   Visible=)
public function get,set Presentations : PresentationCollection
[XmlArray("Presentations")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Presentation, ElementName="Presentation")]
[BOXmlObservableItem(Selerix.BusinessObjects.Presentation)]
[BOXmlListObservableItem(Mask="", 
   NodeName="Presentations", 
   Visible=true)]
public: __property virtual PresentationCollection* get_Presentations();
public: __property virtual void set_Presentations( 
   PresentationCollection* value
);
[XmlArray("Presentations")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Presentation, ElementName="Presentation")]
[BOXmlObservableItem(Selerix.BusinessObjects.Presentation)]
[BOXmlListObservableItem(Mask="", 
   NodeName="Presentations", 
   Visible=true)]
public:
virtual property PresentationCollection^ Presentations {
   PresentationCollection^ get();
   void set (    PresentationCollection^ value);
}

Property Value

The presentations.
See Also

Reference

Offering Class
Offering Members