/// <summary>
 /// Copy constructor
 /// </summary>
 protected ExtendedPropertiesSearchCriteria(ExtendedPropertiesSearchCriteria other)
     : base(other)
 {
 }
		/// <summary>
		/// Copy constructor
		/// </summary>
		protected ExtendedPropertiesSearchCriteria(ExtendedPropertiesSearchCriteria other)
			:base(other)
		{
		}