Gets the [!:TBase] with the specified owner and name.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public TBase this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	name As String
) As TBase
	Get

Parameters

name
Type: System..::..String

Return Value

Type: TBase
The [!:TBase] with the specified owner and name.

See Also