Share via


ProductCode Property

Returns the globally unique identifier (GUID) for Microsoft FrontPage. Read-only String.

expression.ProductCode()

*expression   * Required. An expression that returns an Application object.

Example

This statement returns the Product ID for FrontPage.

mySystem = Application.ProductCode

Applies to | Application Object