Selerix Developer Tools
EventReasonCode Property (Application)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Application Class : EventReasonCode Property
Gets or sets the event reason code.
Syntax
'Declaration
 
Public Overridable Property EventReasonCode As String
'Usage
 
Dim instance As Application
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

Application Class
Application Members