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 a value that indicates whether the message supports post-send actions.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected virtual bool PostSendActionsSupported { get; }
protected:
property bool PostSendActionsSupported {
virtual bool get();
}
Protected Overridable ReadOnly Property PostSendActionsSupported As Boolean
Property Value
Type: System.Boolean
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top