GlobalServiceAttribute(String) Constructor |
Creates a new SDServiceAttribute instance.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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