LinkFormat.SourceFullName Property

Definition

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

public:
 property System::String ^ SourceFullName { System::String ^ get(); void set(System::String ^ value); };
public string SourceFullName { get; set; }
member this.SourceFullName : string with get, set
Public Property SourceFullName As String

Property Value

Remarks

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

Applies to