IService1AddGroup Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddGroup", ReplyAction = "http://tempuri.org/IService1/AddGroupResponse")] bool AddGroup( string name, string createdByUserId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddGroup", ReplyAction := "http://tempuri.org/IService1/AddGroupResponse")> Function AddGroup ( name As String, createdByUserId As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddGroup", ReplyAction = L"http://tempuri.org/IService1/AddGroupResponse")] bool AddGroup( String^ name, String^ createdByUserId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/AddGroup", ReplyAction = "http://tempuri.org/IService1/AddGroupResponse")>] abstract AddGroup : name : string * createdByUserId : string * key : string -> bool