Selerix Developer Tools
EventReasonCode Property (Applicant)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : EventReasonCode Property
Gets or sets the event reason code.
Syntax
'Declaration
 
Public Overridable Property EventReasonCode As String
'Usage
 
Dim instance As Applicant
Dim value As String
 
instance.EventReasonCode = value
 
value = instance.EventReasonCode
public virtual string EventReasonCode {get; set;}
public read-write property EventReasonCode: String; virtual; 
public function get,set EventReasonCode : String
public: __property virtual string* get_EventReasonCode();
public: __property virtual void set_EventReasonCode( 
   string* value
);
public:
virtual property String^ EventReasonCode {
   String^ get();
   void set (    String^ value);
}

Property Value

The event reason code.
See Also

Reference

Applicant Class
Applicant Members