| CustomInfo Constructor (String, String) | 
Initializes a new instance of the 
CustomInfo class
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic CustomInfo(
	string name,
	string value
)
Public Sub New ( 
	name As String,
	value As String
)
public:
CustomInfo(
	String^ name, 
	String^ value
)
new : 
        name : string * 
        value : string -> CustomInfoParameters
- name
 - Type: SystemString
 - value
 - Type: SystemString
 
See Also