LinkFormat.SourceFullName Property
Returns or sets the name and path of the source file for the linked OLE object. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property SourceFullName As String
Get
Set
'Usage
Dim instance As LinkFormat
Dim value As String
value = instance.SourceFullName
instance.SourceFullName = value
string SourceFullName { get; set; }
Property Value
Type: System.String