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.
Team Field values. The value at index 0 is the default value. Could be an empty array
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Property TeamFieldValues As TeamFieldValue()
public TeamFieldValue[] TeamFieldValues { get; set; }
public:
property array<TeamFieldValue^>^ TeamFieldValues {
array<TeamFieldValue^>^ get ();
void set (array<TeamFieldValue^>^ value);
}
member TeamFieldValues : TeamFieldValue[] with get, set
function get TeamFieldValues () : TeamFieldValue[]
function set TeamFieldValues (value : TeamFieldValue[])
Property Value
Type: array<Microsoft.TeamFoundation.ProcessConfiguration.Client.TeamFieldValue[]
Returns TeamFieldValue.
.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.ProcessConfiguration.Client Namespace