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
- 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