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