IService1.GetUserPasswordCount Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetUserPasswordCount", ReplyAction = "http://tempuri.org/IService1/GetUserPasswordCountResponse")] DataSet GetUserPasswordCount( string userid, string password, string username, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetUserPasswordCount", ReplyAction := "http://tempuri.org/IService1/GetUserPasswordCountResponse")> Function GetUserPasswordCount ( userid As String, password As String, username As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetUserPasswordCount", ReplyAction = L"http://tempuri.org/IService1/GetUserPasswordCountResponse")] DataSet^ GetUserPasswordCount( String^ userid, String^ password, String^ username, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetUserPasswordCount", ReplyAction = "http://tempuri.org/IService1/GetUserPasswordCountResponse")>] abstract GetUserPasswordCount : userid : string * password : string * username : string * key : string -> DataSet