Selerix Developer Tools
PresentationType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Presentation Class : PresentationType Property
Gets or sets the type of the presentation - 'Intro' or 'New Employee'.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property PresentationType As String
'Usage
 
Dim instance As Presentation
Dim value As String
 
instance.PresentationType = value
 
value = instance.PresentationType
[XmlAttribute()]
public virtual string PresentationType {get; set;}
public read-write property PresentationType: String; virtual; 
XmlAttributeAttribute()
public function get,set PresentationType : String
[XmlAttribute()]
public: __property virtual string* get_PresentationType();
public: __property virtual void set_PresentationType( 
   string* value
);
[XmlAttribute()]
public:
virtual property String^ PresentationType {
   String^ get();
   void set (    String^ value);
}

Property Value

The type of the presentation.
See Also

Reference

Presentation Class
Presentation Members