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