BookmarkCommand.

WithName(string) Method

Summary

Sets the value of the Name property to the specified value and returns this BookmarkCommand instance.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
BookmarkCommand

Syntax

public BookmarkCommand WithName(string value)

Remarks

This method is part of the fluent interface.

Parameters

Name Type Description
value string The value to set the Name property to.

Return Value

Type Description
BookmarkCommand This BookmarkCommand instance.