WorkItemInformationProvider.Type Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Type As String
public virtual string Type { get; }
public:
virtual property String^ Type {
    String^ get ();
}
abstract Type : string with get 
override Type : string with get
function get Type () : String

Property Value

Type: System.String
Returns String.

Implements

IWorkItemInformationProvider.Type

.NET Framework Security

See Also

Reference

WorkItemInformationProvider Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace