OpenedWorkItem.Title Property

Gets or sets the title of the work item.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Property Value

Type: System.String
The title of the work item.

.NET Framework Security

See Also

Reference

OpenedWorkItem Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace