Click or drag to resize

ServiceBindingAttributeMustSelectExplicitly Property

Declares that the service must be selected explicitly in ProtocolStack.Open for the protocol providing the service to be used.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public bool MustSelectExplicitly { get; set; }

Property Value

Type: Boolean
See Also