MoveRenameCommandBase<T>.

Source Property

Summary

Gets or sets the source of the move/rename command. Default value is System.String.Empty.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
MoveRenameCommandBase<T>

Syntax

public string Source { get; set; }

Remarks

This property must be set before the command is executed.

Attributes

Type Description
DefaultValueAttribute

Value

Type Description
string