CommonProjectConfiguration.TypeFields Property
Fields Associated with the project configuration
Namespace: Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly: Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)
Syntax
'Declaration
Public Property TypeFields As TypeField()
public TypeField[] TypeFields { get; set; }
public:
property array<TypeField^>^ TypeFields {
array<TypeField^>^ get ();
void set (array<TypeField^>^ value);
}
member TypeFields : TypeField[] with get, set
function get TypeFields () : TypeField[]
function set TypeFields (value : TypeField[])
Property Value
Type: array<Microsoft.TeamFoundation.ProcessConfiguration.Client.TypeField[]
Returns TypeField.
.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
CommonProjectConfiguration Class
Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace