ExpressionEvaluatorClass.Expression Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the string expression to evaluate.
public:
virtual property System::String ^ Expression { void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(1)]
public virtual string Expression { [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.Expression : string
Public Overridable Property Expression As String
Property Value
Property is write-only and does not return a value.
Implements
- Attributes