Gets collection element by its name.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public RuleDefaultObject this[ string name ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ name As String _ ) As RuleDefaultObject |
| Visual C++ |
|---|
public: property RuleDefaultObject^ default[String^ name] { RuleDefaultObject^ get (String^ name); } |
Parameters
- name
- Type: System..::.String