Summary
Sets the value of the
FieldToFocus
property to the
specified value and returns this RepoConfigGuiCommand
instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- RepoConfigGuiCommand
Syntax
public RepoConfigGuiCommand WithFieldToFocus(string value)
Remarks
This method is part of the fluent interface.
Parameters
Name | Type | Description |
---|---|---|
value | string |
The value to set the FieldToFocus property to.
|
Return Value
Type | Description |
---|---|
RepoConfigGuiCommand |
This RepoConfigGuiCommand instance.
|