AssociatedWorkItem.Title Property

Gets or sets the title of this work item.

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

Syntax

‘선언
Public Property Title As String
    Get
    Set
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 this work item.

.NET Framework Security

See Also

Reference

AssociatedWorkItem Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace