ContainerItem.KeyFieldName Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property KeyFieldName As String
public string KeyFieldName { get; set; }
public:
property String^ KeyFieldName {
    String^ get ();
    void set (String^ value);
}
member KeyFieldName : string with get, set
function get KeyFieldName () : String 
function set KeyFieldName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Warehouse Namespace