PSPropertyExpressionResult Class
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.
Class that represents the results from evaluating a PSPropertyExpression against an object.
public class PSPropertyExpressionResult
type PSPropertyExpressionResult = class
Public Class PSPropertyExpressionResult
- Inheritance
-
PSPropertyExpressionResult
Constructors
PSPropertyExpressionResult(Object, PSPropertyExpression, Exception) |
Create a property expression result containing the original object, matching property expression and any exception generated during the match process. |
Properties
Exception |
Any exception thrown while evaluating the expression. |
ResolvedExpression |
The original property expression fully resolved. |
Result |
The value of the object property matched by this property expression. |