Get the service name.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public string ServiceName { get; }
Visual Basic (Declaration)
Public ReadOnly Property ServiceName As String
Visual C++
public:
property String^ ServiceName {
	String^ get ();
}

See Also