Share via


AddIn.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 AddIn
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

AddIn Interface

AddIn Members

Microsoft.Office.Interop.PowerPoint Namespace