ProtoCamConnectEventArgsMinorVersion Property |
Gets the minor version of the ProtoCam virtual capture device.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int MinorVersion { get; }
Public ReadOnly Property MinorVersion As Integer
Get
public:
property int MinorVersion {
int get ();
}
member MinorVersion : int with get
Property Value
Type:
Int32
The minor version.
See Also