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