Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Property WorkItemFieldName As String
public string WorkItemFieldName { get; set; }
public:
virtual property String^ WorkItemFieldName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract WorkItemFieldName : string with get, set
override WorkItemFieldName : string with get, set
final function get WorkItemFieldName () : String
final function set WorkItemFieldName (value : String)
Property Value
Type: System.String
Returns 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