Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets policy assignments from a ConfigMgrPolicyAssignmentReply message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public PolicyAssignmentReplyAssignments Assignments { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property PolicyAssignmentReplyAssignments^ Assignments {
PolicyAssignmentReplyAssignments^ get();
void set(PolicyAssignmentReplyAssignments^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property Assignments As PolicyAssignmentReplyAssignments
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentReplyAssignments
See Also
CcmPolicyAssignmentReplyMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top