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.
Currituck Fields as strings.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property WorkItemFieldsToReturn As List(Of String)
public List<string> WorkItemFieldsToReturn { get; }
public:
property List<String^>^ WorkItemFieldsToReturn {
List<String^>^ get ();
}
member WorkItemFieldsToReturn : List<string> with get
function get WorkItemFieldsToReturn () : List<String>
Property Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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