Selerix Developer Tools
Message Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PaymentTransactionEntry Class : Message Property
Gets or sets the message.
Syntax
'Declaration
 
Public Property Message As String
'Usage
 
Dim instance As PaymentTransactionEntry
Dim value As String
 
instance.Message = value
 
value = instance.Message
public string Message {get; set;}
public read-write property Message: String; 
public function get,set Message : String
public: __property string* get_Message();
public: __property void set_Message( 
   string* value
);
public:
property String^ Message {
   String^ get();
   void set (    String^ value);
}

Property Value

The message.
See Also

Reference

PaymentTransactionEntry Class
PaymentTransactionEntry Members