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