public SumVariable Item( string variableName ) {get;}
public: property SumVariable^ Item { SumVariable^ get(String^ variableName); }
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal variableName As String _ ) As SumVariable
Parameters
- variableName
- Name of the item to return.