Gets or sets the model configuration with the name name.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XModelConfig this[
	string name
] { get; set; }

Parameters

name
Type: System..::.String
A configuration name.

Exceptions

ExceptionCondition
System..::.ArgumentNullException name is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also