_Document.FullName Property
Specifies the name of a document, template, or cascading style sheet, including the drive or Web path.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property FullName As String
Get
'Usage
Dim instance As _Document
Dim value As String
value = instance.FullName
string FullName { get; }
Property Value
Type: System.String
Remarks
Using this property is equivalent to using the Path, PathSeparator, and Name properties in sequence.