ConversionJobSettings.UpdateFields Property
Gets or sets a value that indicates whether any fields in the document are automatically updated when the document is opened.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property UpdateFields As Boolean
Get
Set
'Usage
Dim instance As ConversionJobSettings
Dim value As Boolean
value = instance.UpdateFields
instance.UpdateFields = value
[DataMemberAttribute]
public bool UpdateFields { get; set; }
Property Value
Type: System.Boolean
true if any fields in the document automatically update; otherwise, false. The default is false.