_Presentation.FullName Property

Returns the name of the specified add-in or saved presentation, including the path, the current file system separator, and the file name extension. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property FullName As String
    Get
'Usage
Dim instance As _Presentation
Dim value As String

value = instance.FullName
string FullName { get; }

Property Value

Type: System.String

Remarks

This property is equivalent to the Path property, followed by the current file system separator, followed by the Name property.

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace