/// <summary>
 /// Type initializer.  Will construct the only OperationResult object that
 /// represents success.
 /// </summary>
 static OperationResult()
 {
     Succeeded                = new OperationResult();
     Succeeded._success       = true;
     Succeeded._errorMessages = null;
 }
		/// <summary>
		/// Type initializer.  Will construct the only OperationResult object that
		/// represents success.
		/// </summary>
		static OperationResult()
		{
			Succeeded = new OperationResult();
			Succeeded._success = true;
			Succeeded._errorMessages = null;
		}