ForEachLoop.GetExpression(String) Method
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.
Returns a String that contains the expression for the specified property. Null means no expression is assigned.
public:
virtual System::String ^ GetExpression(System::String ^ propertyName);
public string GetExpression (string propertyName);
abstract member GetExpression : string -> string
override this.GetExpression : string -> string
Public Function GetExpression (propertyName As String) As String
Parameters
- propertyName
- String
The name of the property whose expression you want to see.
Returns
A String that contains the expression used to evaluate the property.
Implements
Remarks
The propertyName
can be any property available on the object.