 | PurchaseReturnServiceHelloWorld Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public string HelloWorld()
<WebMethodAttribute>
Public Function HelloWorld As String
public:
[WebMethodAttribute]
String^ HelloWorld()
[<WebMethodAttribute>]
member HelloWorld : unit -> string
Return Value
Type:
String
See Also