MultiCameraServerConfigList Property |
Gets the list of the server configurations.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic List<CameraServerConfig> ConfigList { get; }
Public ReadOnly Property ConfigList As List(Of CameraServerConfig)
Get
public:
property List<CameraServerConfig^>^ ConfigList {
List<CameraServerConfig^>^ get ();
}
member ConfigList : List<CameraServerConfig> with get
Property Value
Type:
ListCameraServerConfig
See Also