ExpressionNodeAttribute Members
Include Protected Members
Include Inherited Members
The ExpressionNodeAttribute object represents an attribute of a policy-based management expression node.
The ExpressionNodeAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ExpressionNodeAttribute(String) | Initializes a new instance of the ExpressionNodeAttribute class that has the specified name. |
![]() |
ExpressionNodeAttribute(String, Type) | Initializes a new instance of the ExpressionNodeAttribute class that has the specified name and type. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
LastEvaluationResult | (Inherited from ExpressionNode.) |
![]() |
Name | |
![]() |
Tag | Gets the tag text that is associated with the expression node. (Inherited from ExpressionNode.) |
![]() |
Type | Gets the type of expression node. (Inherited from ExpressionNode.) |
![]() |
TypeClass | Gets the class type when the expression node represents an object. (Inherited from ExpressionNode.) |
Top