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)

Usage

Dim linkFormat1 As LinkFormat

Dim returnValue As String
returnValue = linkFormat1.SourceFullName

Dim sampleValue As String
linkFormat1.SourceFullName = sampleValue

Syntax

Property SourceFullName() As String
string SourceFullName {get; set;}
property String^ SourceFullName{
    String^ get();
    Void set(String^);
}
public System.String get_SourceFullName();
public void set_SourceFullName(System.String);
function get SourceFullName() : String;
function set SourceFullName(String);

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

LinkFormat Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

LinkFormat Members