A hello world!

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public string TestHello()
Visual Basic (Declaration)
Public Function TestHello As String
Visual C++
public:
String^ TestHello()

Return Value

hello world!

Remarks

This method encapsulates test.hello

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error

See Also