LinkFormat.AutoUpdate Property
True if the specified link is updated automatically when the container file is opened or when the source file is changed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Usage
Dim linkFormat1 As LinkFormat
Dim returnValue As Boolean
returnValue = linkFormat1.AutoUpdate
Dim sampleValue As Boolean
linkFormat1.AutoUpdate = sampleValue
Syntax
Property AutoUpdate() As Boolean
bool AutoUpdate {get; set;}
property Boolean AutoUpdate{
Boolean get();
Void set(Boolean);
}
public boolean get_AutoUpdate();
public void set_AutoUpdate(boolean);
function get AutoUpdate() : Boolean;
function set AutoUpdate(Boolean);
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