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

Syntax

C#
public bool UpdateUserRole(
	string userRoleId,
	string name,
	string desc,
	string active,
	string key
)
Visual Basic
Public Function UpdateUserRole ( 
	userRoleId As String,
	name As String,
	desc As String,
	active As String,
	key As String
) As Boolean
Visual C++
public:
virtual bool UpdateUserRole(
	String^ userRoleId, 
	String^ name, 
	String^ desc, 
	String^ active, 
	String^ key
) sealed

Parameters

userRoleId
Type: System..::..String
name
Type: System..::..String
desc
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

Implements

IService1..::..UpdateUserRole(String, String, String, String, String)

See Also