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)

Syntax

'Declaration
Public Property TargetPath As String
public string TargetPath { get; private set; }
public:
property String^ TargetPath {
    String^ get ();
    private: void set (String^ value);
}
member TargetPath : string with get, private set
function get TargetPath () : String 
private function set TargetPath (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

CommittedBranchCreatedEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace