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.296-beta+d85e3b6b23676c9fffb3231e358b4f94ad70793d
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