Click or drag to resize

GlobalServiceAttribute(String) Constructor

Initializes a new instance of the GlobalServiceAttribute class.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GlobalServiceAttribute(
	string staticPropertyPath
)

Parameters

staticPropertyPath  String
Documents the suggested way to access this service using a static property. Example: SD.WinForms.ResourceService
See Also