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