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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace