CommittedBranchCreatedEventArgs.SourcePath Property

Gets or sets the source 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 SourcePath As String
public string SourcePath { get; private set; }
public:
property String^ SourcePath {
    String^ get ();
    private: void set (String^ value);
}
member SourcePath : string with get, private set
function get SourcePath () : String 
private function set SourcePath (value : String)

Property Value

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

.NET Framework Security

See Also

Reference

CommittedBranchCreatedEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace