System.OperatingSystem Property
Returns the name of the current operating system (for example, "Windows" or "Windows NT").
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property OperatingSystem As String
Get
'Usage
Dim instance As System
Dim value As String
value = instance.OperatingSystem
string OperatingSystem { get; }
Property Value
Type: System.String