/// <summary>Returns the name of the Config entry.</summary> public string GetName() { string ret = GmsecPINVOKE.ConfigPair_GetName(swigCPtr); if (GmsecPINVOKE.SWIGPendingException.Pending) { throw GmsecPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }