'Declaration<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Overridable Property ShowOnEnrollmentSite As Boolean
'UsageDim 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.