Aspose::Words::Fields::FieldOptions::get_UserPromptRespondent method
FieldOptions::get_UserPromptRespondent method
Gets or sets the respondent to user prompts during field update.
const System::SharedPtr<Aspose::Words::Fields::IFieldUserPromptRespondent> & Aspose::Words::Fields::FieldOptions::get_UserPromptRespondent() const
Remarks
If the value of this property is set to null, the fields that require user response on prompting (such as FieldAsk or FieldFillIn) are not updated.
The default value is null.
See Also
- Interface IFieldUserPromptRespondent
- Class FieldOptions
- Namespace Aspose::Words::Fields
- Library Aspose.Words for C++