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.
Values associated with the field
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Property TypeFieldValues As TypeFieldValue()
public TypeFieldValue[] TypeFieldValues { get; set; }
public:
property array<TypeFieldValue^>^ TypeFieldValues {
array<TypeFieldValue^>^ get ();
void set (array<TypeFieldValue^>^ value);
}
member TypeFieldValues : TypeFieldValue[] with get, set
function get TypeFieldValues () : TypeFieldValue[]
function set TypeFieldValues (value : TypeFieldValue[])
Property Value
Type: array<Microsoft.TeamFoundation.ProcessConfiguration.Client.TypeFieldValue[]
Returns TypeFieldValue.
.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