Selerix Developer Tools
ExistingApplicantsSelectProviderEveryYear Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : ExistingApplicantsSelectProviderEveryYear Property
Gets or sets the existing applicants select provider every year.
Syntax
'Declaration
 
Public Overridable Property ExistingApplicantsSelectProviderEveryYear As Nullable(Of Boolean)
'Usage
 
Dim instance As Product
Dim value As Nullable(Of Boolean)
 
instance.ExistingApplicantsSelectProviderEveryYear = value
 
value = instance.ExistingApplicantsSelectProviderEveryYear
public virtual Nullable<bool> ExistingApplicantsSelectProviderEveryYear {get; set;}
public read-write property ExistingApplicantsSelectProviderEveryYear: Nullable; virtual; 
public function get,set ExistingApplicantsSelectProviderEveryYear : Nullable
public: __property virtual Nullable<bool> get_ExistingApplicantsSelectProviderEveryYear();
public: __property virtual void set_ExistingApplicantsSelectProviderEveryYear( 
   Nullable<bool> value
);
public:
virtual property Nullable<bool> ExistingApplicantsSelectProviderEveryYear {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}

Property Value

The existing applicants select provider every year.
See Also

Reference

Product Class
Product Members