ServiceHostBaseServiceName Property
            Gets or sets the name of the service.
            
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
public static string ServiceName { get; set; }
Public Shared Property ServiceName As String
	Get
	Set
public:
static property String^ ServiceName {
	String^ get ();
	void set (String^ value);
}
Gemstone.Timeseries.ServiceHostBase.get_ServiceName = function();
Gemstone.Timeseries.ServiceHostBase.set_ServiceName = function(value);
Property Value
String