Click or drag to resize

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
Syntax
C#
public static ServiceBindingAttribute Get(
	Type service
)

Parameters

service
Type: SystemType
The service to inspect.

Return Value

Type: ServiceBindingAttribute
The service binding attributes.
See Also