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.181-beta
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