Click or drag to resize

RegistrySettingsBaseGetFieldKeyName Method

Gets the key name to use for storing the specified field or property in the registry.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public string GetFieldKeyName(
	string name
)
View Source

Parameters

name  String
Field or property name.

Return Value

String
Category applied to specified field or property; or KeyName if attribute does not exist.
Exceptions
ExceptionCondition
ArgumentExceptionname cannot be null or empty.
Remarks
Category will only be returned if UseCategoryAttributes is true; otherwise KeyName value will be returned.
See Also