Message.PostSendActionsSupported Property

 

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