Share via


CatalogResourceTypeStepData.Description Property

The description 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 Description As String
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String 
function set Description (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CatalogResourceTypeStepData Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace