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