PolicyAssignmentExpression Class

 

Represents a policy expression, such as "This policy is valid for version x or later."

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::PolicyAssignmentExpression

[SerializableAttribute]
public ref class PolicyAssignmentExpression sealed 

NameDescription
System_CAPS_pubmethodPolicyAssignmentExpression()

Initializes a new instance of the PolicyAssignmentExpression class.

NameDescription
System_CAPS_pubpropertyExpressionType

Gets or sets the expression type.

System_CAPS_pubpropertyLanguage

Gets or sets the expression language, such as WQL.

System_CAPS_pubpropertyValue

Gets or sets the actual expression. This value is usually a CDATA.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: