Click or drag to resize

GlobalServiceAttribute(String) Constructor

Creates a new SDServiceAttribute instance.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.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