Gets or sets the event reason.
Syntax
'Declaration
Public Overridable Property EventReason As String
'Usage
Dim instance As Applicant
Dim value As String
instance.EventReason = value
value = instance.EventReason
public virtual string EventReason {get; set;}
public read-write property EventReason: String; virtual;
public function get,set EventReason : String
public: __property virtual string* get_EventReason();
public: __property virtual void set_EventReason(
string* value
);
public:
virtual property String^ EventReason {
String^ get();
void set ( String^ value);
}
Property Value
The event reason.
See Also