/// <summary> Creates a String representation of this object
 ///
 /// </summary>
 /// <returns> a String representation for this LdapMessage
 /// </returns>
 public override System.String ToString()
 {
     return(Name + "(" + MessageID + "): " + message.ToString());
 }