Warning.ParentOrChildPath Property
Gets the parent or child path.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ParentOrChildPath As String
public string ParentOrChildPath { get; }
public:
property String^ ParentOrChildPath {
String^ get ();
}
member ParentOrChildPath : string with get
function get ParentOrChildPath () : String
Property Value
Type: System.String
The parent or child path.
.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.