Share via


AssociatedWorkItem.WorkItemType Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property WorkItemType As String
[DataMemberAttribute(EmitDefaultValue = false)]
public string WorkItemType { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ WorkItemType {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member WorkItemType : string with get, set
function get WorkItemType () : String 
function set WorkItemType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

AssociatedWorkItem Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace