Northwind.TestSite.Objects.URL.GetURL C# (CSharp) Method

GetURL() public method

public GetURL ( ) : string
return string
		public string GetURL()
		{
			string retval = "";
			return retval;
		}