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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.0.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