'Declaration
<DefaultValueAttribute()> Public Overridable Property EnrollerAssisted As Boolean
'Usage
Dim instance As EnrollmentSession Dim value As Boolean instance.EnrollerAssisted = value value = instance.EnrollerAssisted
[DefaultValue()] public virtual bool EnrollerAssisted {get; set;}
public read-write property EnrollerAssisted: Boolean; virtual;
DefaultValueAttribute() public function get,set EnrollerAssisted : boolean
[DefaultValue()] public: __property virtual bool get_EnrollerAssisted(); public: __property virtual void set_EnrollerAssisted( bool value );
[DefaultValue()] public: virtual property bool EnrollerAssisted { bool get(); void set ( bool value); }
Property Value
true
if [enroller assisted]; otherwise, false
.