Selerix Developer Tools
Approved Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PaymentTransactionEntry Class : Approved Property
Gets or sets a value indicating whether this Transaction Entry is approved.
Syntax
'Declaration
 
Public Property Approved As Nullable(Of Boolean)
'Usage
 
Dim instance As PaymentTransactionEntry
Dim value As Nullable(Of Boolean)
 
instance.Approved = value
 
value = instance.Approved
public Nullable<bool> Approved {get; set;}
public read-write property Approved: Nullable; 
public function get,set Approved : Nullable
public: __property Nullable<bool> get_Approved();
public: __property void set_Approved( 
   Nullable<bool> value
);
public:
property Nullable<bool> Approved {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}

Property Value

true if approved; otherwise, false.
See Also

Reference

PaymentTransactionEntry Class
PaymentTransactionEntry Members