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