Xapian.RSet.GetDescription C# (CSharp) Method

GetDescription() public method

public GetDescription ( ) : string
return string
        public string GetDescription()
        {
            string ret = XapianPINVOKE.RSet_GetDescription(swigCPtr);
            if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }