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
- 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.