The C++ MicroStationAPI provides class ConfigurationManager having method IterateThroughVariables. The DgnPlatformNET API also provides ConfigurationManager, but it lacks the IterateThroughVariables method.
ConfigurationManager
IterateThroughVariables
Is there another way to iterate all configuration variables using a .NET API?