'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