Click or drag to resize

CategorizedSettingsElementCollectionItem(String) Property

Gets the CategorizedSettingsElement object with the specified name.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
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