_Application.System Property

Returns a System object, which can be used to return system-related information and perform system-related tasks.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property System As System
    Get
'Usage
Dim instance As _Application
Dim value As System

value = instance.System
System System { get; }

Property Value

Type: Microsoft.Office.Interop.Word.System

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace