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