Parameters for this command.

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

Syntax

C#
IReadOnlyNamedObjectCollection<IParameterSchema> Parameters { get; }
Visual Basic
ReadOnly Property Parameters As IReadOnlyNamedObjectCollection(Of IParameterSchema)
	Get

Property Value

Type: IReadOnlyNamedObjectCollection<(Of <(<'IParameterSchema>)>)>

See Also