Document.FullName Property

Definition

Gets the name of the document, including the drive or Web path.

public:
 property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As String

Property Value

The name of the document, including the drive or Web path.

Remarks

Using this property is equivalent to using the Path, PathSeparator, and Name properties in sequence.

Applies to