ResolutionOptions.NewPath Property
Gets or sets the path for items that must be moved to a new location.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property NewPath As String
'Usage
Dim instance As ResolutionOptions
Dim value As String
value = instance.NewPath
instance.NewPath = value
public string NewPath { get; set; }
public:
property String^ NewPath {
String^ get ();
void set (String^ value);
}
public function get NewPath () : String
public function set NewPath (value : String)
Property Value
Type: System.String
Remarks
When a merge conflict is to be resolved with the AcceptMerge resolution and there is a conflicting pending rename, this property contains the desired name. If the name is nulla null reference (Nothing in Visual Basic), the conflict will not be resolved.
When a namespace conflict is to be resolved with the AcceptTheirs resolution, this property contains the new location of the item to resolve the conflict.
When a namespace conflict will be resolved with the AcceptYours resolution, this property contains the new location of the local item that must be moved to resolve the conflict.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.