Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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