Click or drag to resize

CategorizedSettingsElementCollectionItem(String, Boolean) Property

Gets the CategorizedSettingsElement object with the specified name.

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

Parameters

name  String
Name of the CategorizedSettingsElement object to retrieve.
ensureExistance  Boolean
true if the CategorizedSettingsElement object is to be created if it does not exist; otherwise false.

Return Value

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