Gets or sets the info applicants supply about providers.
Syntax
'Declaration
Public Overridable Property InfoApplicantsSupplyAboutProviders As String
'Usage
Dim instance As Product
Dim value As String
instance.InfoApplicantsSupplyAboutProviders = value
value = instance.InfoApplicantsSupplyAboutProviders
public virtual string InfoApplicantsSupplyAboutProviders {get; set;}
public read-write property InfoApplicantsSupplyAboutProviders: String; virtual;
public function get,set InfoApplicantsSupplyAboutProviders : String
public: __property virtual string* get_InfoApplicantsSupplyAboutProviders();
public: __property virtual void set_InfoApplicantsSupplyAboutProviders(
string* value
);
public:
virtual property String^ InfoApplicantsSupplyAboutProviders {
String^ get();
void set ( String^ value);
}
Property Value
The info applicants supply about providers.
See Also