Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DataSet GetRoadName(
	string sri,
	string milepost,
	string key
)
Visual Basic
Public Function GetRoadName ( 
	sri As String,
	milepost As String,
	key As String
) As DataSet
Visual C++
public:
virtual DataSet^ GetRoadName(
	String^ sri, 
	String^ milepost, 
	String^ key
) sealed

Parameters

sri
Type: System..::..String
milepost
Type: System..::..String
key
Type: System..::..String

Return Value

Type: DataSet

Implements

IService1..::..GetRoadName(String, String, String)

See Also