public void ClearProperties()

in src/main/csharp/Message.cs [79:90]


		public void ClearProperties()
		{
			try
			{
				this.ReadOnlyProperties = false;
				this.tibcoMessage.ClearProperties();
			}
			catch(Exception ex)
			{
				ExceptionUtil.WrapAndThrowNMSException(ex);
			}
		}