LinkFormat.SourceName Property

Returns the name of the source file for the specified linked OLE object, picture, or field.

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

Syntax

'Declaration
ReadOnly Property SourceName As String
    Get
'Usage
Dim instance As LinkFormat
Dim value As String

value = instance.SourceName
string SourceName { get; }

Property Value

Type: System.String

Remarks

This property doesn't return the path for the source file.

See Also

Reference

LinkFormat Interface

LinkFormat Members

Microsoft.Office.Interop.Word Namespace