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/UpdateUserRole", 
	ReplyAction = "http://tempuri.org/IService1/UpdateUserRoleResponse")]
bool UpdateUserRole(
	string userRoleId,
	string name,
	string desc,
	string active,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateUserRole", 
	ReplyAction := "http://tempuri.org/IService1/UpdateUserRoleResponse")> 
Function UpdateUserRole ( 
	userRoleId As String,
	name As String,
	desc As String,
	active As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateUserRole", 
	ReplyAction = L"http://tempuri.org/IService1/UpdateUserRoleResponse")]
bool UpdateUserRole(
	String^ userRoleId, 
	String^ name, 
	String^ desc, 
	String^ active, 
	String^ key
)

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

See Also