AssociatedWorkItem.Type Property

Gets or sets the work item type.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AssociatedWorkItem Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace