View.WhereClause Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

View Class

Microsoft.TeamFoundation.Warehouse Namespace