Selerix Developer Tools
IsShowOnEnrollmentSite Property






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

Property Value

true if this instance should be shown on enrollment site; otherwise, false.
See Also

Reference

CustomFieldInfo Class
CustomFieldInfo Members