IWorkItemControl.WorkItemFieldName Property

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

Syntax

'Declaration
Property WorkItemFieldName As String
'Usage
Dim instance As IWorkItemControl 
Dim value As String 

value = instance.WorkItemFieldName

instance.WorkItemFieldName = value
string WorkItemFieldName { get; set; }
property String^ WorkItemFieldName {
    String^ get ();
    void set (String^ value);
}
function get WorkItemFieldName () : String 
function set WorkItemFieldName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IWorkItemControl Interface

IWorkItemControl Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace