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/UpdateUserSetting", 
	ReplyAction = "http://tempuri.org/IService1/UpdateUserSettingResponse")]
bool UpdateUserSetting(
	string userId,
	string code,
	string val,
	string zzRowId,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateUserSetting", 
	ReplyAction := "http://tempuri.org/IService1/UpdateUserSettingResponse")> 
Function UpdateUserSetting ( 
	userId As String,
	code As String,
	val As String,
	zzRowId As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateUserSetting", 
	ReplyAction = L"http://tempuri.org/IService1/UpdateUserSettingResponse")]
bool UpdateUserSetting(
	String^ userId, 
	String^ code, 
	String^ val, 
	String^ zzRowId, 
	String^ key
)

Parameters

userId
Type: System..::..String
code
Type: System..::..String
val
Type: System..::..String
zzRowId
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

See Also