ServiceBindingAttributeGet Method |
Returns the service binding attribute for a service.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxpublic static ServiceBindingAttribute Get(
Type service
)
Parameters
- service
- Type: SystemType
The service to inspect.
Return Value
Type:
ServiceBindingAttributeThe service binding attributes.
See Also