InfoConnect for Airlines
WordProcessingBookmark Property


Gets or sets the name of the bookmark at which to insert text when creating a word-processing document.
Syntax
'Declaration
 
Property WordProcessingBookmark As String
'Usage
 
Dim instance As IOfficeTools
Dim value As String
 
instance.WordProcessingBookmark = value
 
value = instance.WordProcessingBookmark
string WordProcessingBookmark {get; set;}
Exceptions
ExceptionDescription
System.ArgumentNullException This exception is thrown if the set parameter is null (or in Visual Basic, is Nothing).
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such modifications require Administrator privileges.
Remarks
This property is only used in conjunction with an active word-processing template. To configure Office Tools to not use a bookmark, pass in an empty string instead of null (or in Visual Basic, Nothing).
See Also