This documentation is archived and is not being maintained.

CommittedBranchCreatedEventArgs::TargetPath Property

Gets or sets the target path associated with the event arguments.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property String^ TargetPath {
	String^ get ();
	private: void set (String^ value);
}

Property Value

Type: System::String
The target path associated with the event arguments.

Show: