JsonConfFlagConverterGetFlagPropertyName Method

Gets the json property name for a flag.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public string GetFlagPropertyName(
	Type enumType,
	string flagName
)

Parameters

enumType  Type
The enum type that defines the flag.
flagName  String
The name of the flag.

Return Value

String
The json property name to use for the flag.

See Also