Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUserEntryFullById", ReplyAction = "http://tempuri.org/IService1/UpdateUserEntryFullByIdResponse")] bool UpdateUserEntryFullById( string userId, string uname, string pword, string fname, string lname, string utype, string org, string status, string urole, string exp, string key ) |
Visual Basic |
---|
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateUserEntryFullById", ReplyAction := "http://tempuri.org/IService1/UpdateUserEntryFullByIdResponse")> Function UpdateUserEntryFullById ( userId As String, uname As String, pword As String, fname As String, lname As String, utype As String, org As String, status As String, urole As String, exp As String, key As String ) As Boolean |
Visual C++ |
---|
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateUserEntryFullById", ReplyAction = L"http://tempuri.org/IService1/UpdateUserEntryFullByIdResponse")] bool UpdateUserEntryFullById( String^ userId, String^ uname, String^ pword, String^ fname, String^ lname, String^ utype, String^ org, String^ status, String^ urole, String^ exp, String^ key ) |
Parameters
- userId
- Type: System..::..String
- uname
- Type: System..::..String
- pword
- Type: System..::..String
- fname
- Type: System..::..String
- lname
- Type: System..::..String
- utype
- Type: System..::..String
- org
- Type: System..::..String
- status
- Type: System..::..String
- urole
- Type: System..::..String
- exp
- Type: System..::..String
- key
- Type: System..::..String