LinkFormat.SourceFullName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.