MultiCameraServerConfigList Property |
Gets the list of the server configurations.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ListCameraServerConfigSee Also