WebCameraInitialized Property |
Gets a boolean value indicating whether the device has been initialized.
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic bool Initialized { get; }Public ReadOnly Property Initialized As Boolean
Get
public:
virtual property bool Initialized {
bool get () sealed;
}abstract Initialized : bool with get
override Initialized : bool with get
Property Value
BooleanImplements
IOzBaseCamera.Initialized
See Also