ContainerItem.KeyField Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public ReadOnly Property KeyField As Field
public Field KeyField { get; }
public:
property Field^ KeyField {
Field^ get ();
}
member KeyField : Field with get
function get KeyField () : Field
Property 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.