Namespace: P4s3TestMachine.P4s3WebSvcReferenceAssembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool UpdateUserPassword(
string passwd,
string userId,
string key
) |
Visual Basic |
---|
Public Function UpdateUserPassword (
passwd As String,
userId As String,
key As String
) As Boolean |
Visual C++ |
---|
public:
virtual bool UpdateUserPassword(
String^ passwd,
String^ userId,
String^ key
) sealed |
Return Value
Type:
BooleanImplements
IService1..::..UpdateUserPassword(String, String, String)
See Also