PSPropertyExpressionResult Class

Definition

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.

Applies to