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 | |
---|---|---|
PolicyAssignmentPolicy() | Initializes a new instance of the PolicyAssignmentPolicy class. |
Properties
Name | Description | |
---|---|---|
Category | Gets or sets a policy category. |
|
Flags | Gets or sets flags for the policy assignment. |
|
Id | Gets or sets the GUID for the policy. |
|
Location | Gets or sets the policy location. |
|
PolicyType | Gets or sets the policy type. |
|
SerializableFlags | Gets or sets policy flags. This property is only for serialization. Use Flags instead. |
|
Version | Gets or sets the policy version. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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