| IPCameraInfoCustomInfos Property  | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic List<ICustomInfo> CustomInfos { get; set; }Public Property CustomInfos As List(Of ICustomInfo)
	Get
	Set
public:
property List<ICustomInfo^>^ CustomInfos {
	List<ICustomInfo^>^ get ();
	void set (List<ICustomInfo^>^ value);
}member CustomInfos : List<ICustomInfo> with get, set
Property Value
Type: 
ListICustomInfo
See Also