Partilhar via


CcmPolicyAssignmentReplyMessage.Assignments Property

 

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