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

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUserEntryById", 
	ReplyAction = "http://tempuri.org/IService1/UpdateUserEntryByIdResponse")]
bool UpdateUserEntryById(
	string userId,
	string fName,
	string lName,
	string org,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateUserEntryById", 
	ReplyAction := "http://tempuri.org/IService1/UpdateUserEntryByIdResponse")> 
Function UpdateUserEntryById ( 
	userId As String,
	fName As String,
	lName As String,
	org As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateUserEntryById", 
	ReplyAction = L"http://tempuri.org/IService1/UpdateUserEntryByIdResponse")]
bool UpdateUserEntryById(
	String^ userId, 
	String^ fName, 
	String^ lName, 
	String^ org, 
	String^ key
)

Parameters

userId
Type: System..::..String
fName
Type: System..::..String
lName
Type: System..::..String
org
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

See Also