DataTypeItem.IncludeInRelationalInterface Property

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

Syntax

'Declaration
Public Property IncludeInRelationalInterface As Boolean
public bool IncludeInRelationalInterface { get; set; }
public:
property bool IncludeInRelationalInterface {
    bool get ();
    void set (bool value);
}
member IncludeInRelationalInterface : bool with get, set
function get IncludeInRelationalInterface () : boolean
function set IncludeInRelationalInterface (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace