PolicyAssignmentReplyAssignments.ReplyType Property
Gets or sets the reply type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public PolicyAssignmentReplyType ReplyType { get; set; }
public:
property PolicyAssignmentReplyType ReplyType {
PolicyAssignmentReplyType get();
void set(PolicyAssignmentReplyType value);
}
Public Property ReplyType As PolicyAssignmentReplyType
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentReplyType
See Also
PolicyAssignmentReplyAssignments Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top