Click or drag to resize

ServiceNameAttribute Constructor

Constructs a service name attribute.

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

Parameters

name (Optional)
Type: SystemString
The service name.
See Also