ServiceProviderServiceName Method |
Returns the service name used in generating the name in the property grid.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntaxprotected virtual string? ServiceName(
Protocol protocol
)
Parameters
- protocol
- Type: Demo3D.NetProtocol
The protocol requiring this name.
Return Value
Type:
StringThe service name for this provider, or null.
See Also