Click or drag to resize

CategorizedSettingsElementCollection.Item(String) Property

Gets the CategorizedSettingsElement object with the specified name.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntax
public CategorizedSettingsElement this[
	string name
] { get; }
View Source

Parameters

name  String
Name of the CategorizedSettingsElement object to retrieve.

Return Value

CategorizedSettingsElement
The CategorizedSettingsElement object with the specified name if it exists; otherwise null.
See Also