_Document.FullName Property

Definition

Specifies the name of a document, template, or cascading style sheet, 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

Remarks

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

Applies to