Selerix Developer Tools
Place Property (Presentation)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Presentation Class : Place Property
Gets or sets the presentation place. Main DecisionSupportResources
Syntax
'Declaration
 
<XmlAttributeAttribute("Place")>
<DefaultValueAttribute()>
Public Overridable Property Place As PresentationPlace
'Usage
 
Dim instance As Presentation
Dim value As PresentationPlace
 
instance.Place = value
 
value = instance.Place
[XmlAttribute("Place")]
[DefaultValue()]
public virtual PresentationPlace Place {get; set;}
public read-write property Place: PresentationPlace; virtual; 
XmlAttributeAttribute("Place")
DefaultValueAttribute()
public function get,set Place : PresentationPlace
[XmlAttribute("Place")]
[DefaultValue()]
public: __property virtual PresentationPlace get_Place();
public: __property virtual void set_Place( 
   PresentationPlace value
);
[XmlAttribute("Place")]
[DefaultValue()]
public:
virtual property PresentationPlace Place {
   PresentationPlace get();
   void set (    PresentationPlace value);
}
See Also

Reference

Presentation Class
Presentation Members