Share

Document.FullDocumentName Property

Parent Object: Document

Description

Property that returns the fully qualified name of the document. The string is the full file name concatenated with the document name and is a unique identifier for the document. The document name is returned by the Name property on the Document object.

Syntax

Document.FullDocumentName() As String

Property Value

This is a read only property whose value is a String.

Samples

Name Description
Find component referenced by balloon This sample demonstrates how to find the component that a balloon references.

Version

Introduced in version 11

Was this information helpful?