Share via


CatalogResourceTypeStepData.DisplayName Property

The display name for this resource type.

Namespace:  Microsoft.TeamFoundation.Server.Core.Extensions
Assembly:  Microsoft.TeamFoundation.Server.Core.Extensions (in Microsoft.TeamFoundation.Server.Core.Extensions.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CatalogResourceTypeStepData Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace