Click or drag to resize

ServiceNameAttribute Constructor

Constructs a service name attribute.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public ServiceNameAttribute(
	string? name = null
)

Parameters

name  String  (Optional)
The service name.
See Also