Share via


ValueExpression.Value Property

Gets or sets the value of the expression.

 string Value{get; set;}

Remarks

All values, including numbers and dates, are represented as strings. When converting data types to strings, you should use their ToString(IFormatProvider provider) method, with System.Globalization.CultureInfo.InvariantCulture as the parameter value.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom

Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)

See Also

ValueExpression Class | ValueExpression Members