Returns the service's company name.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
string CompanyName()
Visual Basic (Declaration)
Function CompanyName As String
Visual C++
String^ CompanyName()

Return Value

string containing the company name.

Remarks

This can be blank.

See Also