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