Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the minor version number of the operating system. For example, for Windows CE version 2.1, the minor version number is 1.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Property OSMinor As Integer
'Usage
Dim instance As SystemInfo
Dim value As Integer
value = instance.OSMinor
instance.OSMinor = value
public int OSMinor { get; set; }
public:
property int OSMinor {
int get ();
void set (int value);
}
public function get OSMinor () : int
public function set OSMinor (value : int)
Property Value
Type: System.Int32
The minor version number of the device's operating system.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.