LogCommand.

Keywords Property

Summary

Gets the collection of case-insensitive keywords to search the log for. Default is empty which indicates no searching will be done.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
LogCommand

Syntax

public Collection<string> Keywords { get; }

Attributes

Type Description
RepeatableArgumentAttribute This attribute can be applied to collection-properties in option classes, to specify the option to prefix each element in the collection with, when building the command line arguments for the Mercurial executable.

Value

Type Description
Collection<T>