WorkItemCategory.CategoryName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Category Name

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

WorkItemCategory Class

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace