Click or drag to resize

CustomInfo Constructor (String, String, String)

Initializes a new instance of the CustomInfo class

Namespace:  Ozeki.Camera
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public CustomInfo(
	string name,
	string value,
	string scope = ""
)

Parameters

name
Type: SystemString
value
Type: SystemString
scope (Optional)
Type: SystemString
See Also