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