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