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
- 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.