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

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateContactUs", 
	ReplyAction = "http://tempuri.org/IService1/UpdateContactUsResponse")]
bool UpdateContactUs(
	string contactUsId,
	string viewed,
	string responded,
	string active,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateContactUs", 
	ReplyAction := "http://tempuri.org/IService1/UpdateContactUsResponse")> 
Function UpdateContactUs ( 
	contactUsId As String,
	viewed As String,
	responded As String,
	active As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateContactUs", 
	ReplyAction = L"http://tempuri.org/IService1/UpdateContactUsResponse")]
bool UpdateContactUs(
	String^ contactUsId, 
	String^ viewed, 
	String^ responded, 
	String^ active, 
	String^ key
)

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

See Also