SystemInfo.OSBuildNo Property

Gets or sets the build number of the operating system.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)

Syntax

'Declaration
Public Property OSBuildNo As Integer
'Usage
Dim instance As SystemInfo 
Dim value As Integer 

value = instance.OSBuildNo

instance.OSBuildNo = value
public int OSBuildNo { get; set; }
public:
property int OSBuildNo {
    int get ();
    void set (int value);
}
public function get OSBuildNo () : int 
public function set OSBuildNo (value : int)

Property Value

Type: System.Int32
The build number of the device's operating system.

.NET Framework Security

See Also

Reference

SystemInfo Class

SystemInfo Members

Microsoft.SmartDevice.Connectivity Namespace