LinksControlBase.WorkItemFieldName Property

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

Syntax

'Declaration
Public Property WorkItemFieldName As String
'Usage
Dim instance As LinksControlBase 
Dim value As String 

value = instance.WorkItemFieldName

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

Property Value

Type: System.String

Implements

IWorkItemControl.WorkItemFieldName

.NET Framework Security

See Also

Reference

LinksControlBase Class

LinksControlBase Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace