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