Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Function GetField ( _
    name As String _
) As Field
public Field GetField(
    string name
)
public:
Field^ GetField(
    String^ name
)
member GetField : 
        name:string -> Field
public function GetField(
    name : String
) : Field
Parameters
- name
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Warehouse.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.