PolicyAssignmentPolicy Class

 

Represents a definition for an individual policy.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentPolicy

Syntax

[SerializableAttribute]
public sealed class PolicyAssignmentPolicy
[SerializableAttribute]
public ref class PolicyAssignmentPolicy sealed 
<SerializableAttribute>
Public NotInheritable Class PolicyAssignmentPolicy

Constructors

Name Description
System_CAPS_pubmethod PolicyAssignmentPolicy()

Initializes a new instance of the PolicyAssignmentPolicy class.

Properties

Name Description
System_CAPS_pubproperty Category

Gets or sets a policy category.

System_CAPS_pubproperty Flags

Gets or sets flags for the policy assignment.

System_CAPS_pubproperty Id

Gets or sets the GUID for the policy.

System_CAPS_pubproperty Location

Gets or sets the policy location.

System_CAPS_pubproperty PolicyType

Gets or sets the policy type.

System_CAPS_pubproperty SerializableFlags

Gets or sets policy flags. This property is only for serialization. Use Flags instead.

System_CAPS_pubproperty Version

Gets or sets the policy version.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top