namespace Interop.LmxProxy; public enum MxResolutionStatus { MxReferenceUndefined = -1, MxReferenceUnresolved, MxReferenceResolved, MxReferenceAttributeNotPresent }