_Application.ProductCode Method

Returns the Microsoft Word globally unique identifier (GUID) as a String.

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

Syntax

'Declaration
Function ProductCode As String
'Usage
Dim instance As _Application
Dim returnValue As String

returnValue = instance.ProductCode()
string ProductCode()

Return Value

Type: System.String

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace