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