JsonConfFlagConverterGetFlagPropertyName Method
            
            Gets the json property name for a flag.
            
            
            
              Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public string GetFlagPropertyName(
	Type enumType,
	string flagName
)
- enumType  Type
- The enum type that defines the flag.
- flagName  String
- The name of the flag.
StringThe json property name to use for the flag.