Selerix Developer Tools
Complete Property






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

Property Value

true if complete; otherwise, false.
See Also

Reference

PaymentTransactionEntry Class
PaymentTransactionEntry Members