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

Syntax

C#
public bool UpdateUserEntryById(
	string userId,
	string fName,
	string lName,
	string org,
	string key
)
Visual Basic
Public Function UpdateUserEntryById ( 
	userId As String,
	fName As String,
	lName As String,
	org As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool UpdateUserEntryById(
	String^ userId, 
	String^ fName, 
	String^ lName, 
	String^ org, 
	String^ key
) sealed

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

Implements

IService1..::..UpdateUserEntryById(String, String, String, String, String)

See Also