Selerix Developer Tools
ShowOnEnrollmentSite Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > OfferingProduct Class : ShowOnEnrollmentSite Property
Gets or sets a value indicating whether to show on enrollment site.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property ShowOnEnrollmentSite As Boolean
'Usage
 
Dim instance As OfferingProduct
Dim value As Boolean
 
instance.ShowOnEnrollmentSite = value
 
value = instance.ShowOnEnrollmentSite
[XmlAttribute()]
[DefaultValue()]
public virtual bool ShowOnEnrollmentSite {get; set;}
public read-write property ShowOnEnrollmentSite: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set ShowOnEnrollmentSite : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_ShowOnEnrollmentSite();
public: __property virtual void set_ShowOnEnrollmentSite( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool ShowOnEnrollmentSite {
   bool get();
   void set (    bool value);
}

Property Value

true if this is to be shown on the enrollment site; otherwise, false.
See Also

Reference

OfferingProduct Class
OfferingProduct Members