JsonConfFlagConverterGetFlagPropertyName Method |
Gets the json property name for a flag.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string GetFlagPropertyName(
Type enumType,
string flagName
)
Public Function GetFlagPropertyName (
enumType As Type,
flagName As String
) As String
public:
String^ GetFlagPropertyName(
Type^ enumType,
String^ flagName
)
Parameters
- enumType
- Type: SystemType
The enum type that defines the flag. - flagName
- Type: SystemString
The name of the flag.
Return Value
Type:
StringThe json property name to use for the flag.
See Also