Share via


MessageBody.PayloadHasChanged Property

 

Indicates whether the payload has changed since the data was last read.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public bool PayloadHasChanged { get; private set; }
public:
property bool PayloadHasChanged {
    bool get();
    private: void set(bool value);
}
Public Property PayloadHasChanged As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

See Also

MessageBody Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top