Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.