CatalogResourceType.DisplayName Property

Gets the name of this catalog resource type.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

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

Property Value

Type: System.String
The name of this catalog resource type.

.NET Framework Security

See Also

Reference

CatalogResourceType Class

Microsoft.TeamFoundation.Framework.Client Namespace