Selerix Developer Tools
Item(Boolean) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RateCard Class > Item Property : Item(Boolean) Property
Gets the RateFinder with the specified empty attributes.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal emptyAttributes As Boolean _
) As RateFinder
'Usage
 
Dim instance As RateCard
Dim emptyAttributes As Boolean
Dim value As RateFinder
 
value = instance.Item(emptyAttributes)
public RateFinder Item( 
   bool emptyAttributes
) {get;}
public read-only property Item( 
    emptyAttributes: Boolean
): RateFinder; 
public function get Item( 
   emptyAttributes : boolean
) : RateFinder
public: __property RateFinder* get_Item( 
   bool emptyAttributes
);
public:
property RateFinder^ Item {
   RateFinder^ get(bool emptyAttributes);
}

Parameters

emptyAttributes
See Also

Reference

RateCard Class
RateCard Members
Overload List