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