LinkFormat.SourceFullName Property

Returns or sets the path and 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
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

Remarks

Using this property is equivalent to using in sequence the SourcePath, PathSeparator, and SourceName properties.

See Also

Reference

LinkFormat Interface

LinkFormat Members

Microsoft.Office.Interop.Word Namespace