Share via


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

See Also

Reference

Warning Class

Microsoft.TeamFoundation.VersionControl.Client Namespace