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 the acknowledgement (ACK) flag.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool Ack { get; set; }
public:
property bool Ack {
bool get();
void set(bool value);
}
Public Property Ack As Boolean
Property Value
Type: System.Boolean
See Also
PolicyAssignmentRequestAssignments Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top