CustomInfo Constructor (String, String, String) |
Initializes a new instance of the
CustomInfo class
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic CustomInfo(
string name,
string value,
string scope = ""
)
Public Sub New (
name As String,
value As String,
Optional scope As String = ""
)
public:
CustomInfo(
String^ name,
String^ value,
String^ scope = L""
)
new :
name : string *
value : string *
?scope : string
(* Defaults:
let _scope = defaultArg scope ""
*)
-> CustomInfo
Parameters
- name
- Type: SystemString
- value
- Type: SystemString
- scope (Optional)
- Type: SystemString
See Also