Selerix Developer Tools
Type Property (Presentation)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Presentation Class : Type Property
Gets or sets the presentation resource type. Uknown Document Link Video Website
Syntax
'Declaration
 
<XmlAttributeAttribute("Type")>
<DefaultValueAttribute()>
Public Overridable Property Type As PresentationType
'Usage
 
Dim instance As Presentation
Dim value As PresentationType
 
instance.Type = value
 
value = instance.Type
[XmlAttribute("Type")]
[DefaultValue()]
public virtual PresentationType Type {get; set;}
public read-write property Type: PresentationType; virtual; 
XmlAttributeAttribute("Type")
DefaultValueAttribute()
public function get,set Type : PresentationType
[XmlAttribute("Type")]
[DefaultValue()]
public: __property virtual PresentationType get_Type();
public: __property virtual void set_Type( 
   PresentationType value
);
[XmlAttribute("Type")]
[DefaultValue()]
public:
virtual property PresentationType Type {
   PresentationType get();
   void set (    PresentationType value);
}
See Also

Reference

Presentation Class
Presentation Members