enum class PulseVariableKeysSource_t : uint32
{
    // MPropertyFriendlyName = Private
    PRIVATE = 0,
    // MPropertyFriendlyName = Code
    CPP = 1,
    // MPropertyFriendlyName = Parent Map
    VMAP = 2,
    // MPropertyFriendlyName = Parent VMDL
    VMDL = 3,
    // MPropertyFriendlyName = Parent XML
    XML = 4,
    // MPropertySuppressEnumerator
    COUNT = 5,
};