Habanero.Test.MyBO.SetToString C# (CSharp) Method

SetToString() public method

public SetToString ( string value ) : void
value string
return void
		public void SetToString(string value)
		{
			_toStringValue = value;
		}
MyBO