Class GetAnnotatedPageContentCommandSettings
GetAnnotatedPageContent
public sealed class GetAnnotatedPageContentCommandSettings : ICommand
- Inheritance
-
GetAnnotatedPageContentCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IncludeActionableInformation
Gets or sets the includeActionableInformation
[JsonPropertyName("includeActionableInformation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IncludeActionableInformation { get; set; }
Property Value
- bool?