CatalogObject.DisplayPath Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property DisplayPath As String
public string DisplayPath { get; }
public:
property String^ DisplayPath {
    String^ get ();
}
member DisplayPath : string with get
function get DisplayPath () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CatalogObject Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace