Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool UpdateContactUs(
	string contactUsId,
	string viewed,
	string responded,
	string active,
	string key
)
Visual Basic
Public Function UpdateContactUs ( 
	contactUsId As String,
	viewed As String,
	responded As String,
	active As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool UpdateContactUs(
	String^ contactUsId, 
	String^ viewed, 
	String^ responded, 
	String^ active, 
	String^ key
) sealed

Parameters

contactUsId
Type: System..::..String
viewed
Type: System..::..String
responded
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..UpdateContactUs(String, String, String, String, String)

See Also