Share

PartDocument.FullDocumentName Property

Parent Object: PartDocument

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

PartDocument.FullDocumentName() As String

Property Value

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

Version

Introduced in version 11

Was this information helpful?