Viscomsoft .Net Video Capture SDKProperties Version Viscomsoft .Net Video Capture SDK Version Return the version number. VideoCapture.Version[=string] ParameterReturn the version number.Namespace: Viscomsoft.VideoCaptureRemarkThis property is Read.Example [c# Syntax] public VideoCapture _capture = new VideoCapture(); _capture.Initialize(); string str=_capture.Version;