CogSerializationBinderAttribute Constructor (String)Cognex VisionPro 9.25 SR1
Creates a new instance of the CogSerializationBinderAttribute class.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public CogSerializationBinderAttribute(
	string binder
)

Parameters

binder
Type: System String
A fully qualified type name for the custom binder for this attribute. If null, then the default .NET binding rules apply (generally indicating that side-by-side versioning is desired).
See Also