Gets the object with the specified name.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public Aggregate this[ string name ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As Aggregate |
Visual C++ |
---|
public: property Aggregate^ default[String^ name] { Aggregate^ get (String^ name); } |
Parameters
- name
- Type: System..::.String