Share via


Field.ComputedExpression Property

If the field is a computed column, this will contain the expression to determine the column

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Field Class

Microsoft.TeamFoundation.Warehouse Namespace