Gets the item with the specified name.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public virtual TBase this[ string name ] { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Default Property Item ( name As String ) As TBase Get |
Parameters
- name
- Type: System..::..String
Return Value
Type: TBaseThe item with the specified name.