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
- 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.