Share via


MessageBody.PayloadSize Property

 

Gets the size of the payload, in bytes.

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

Syntax

public uint PayloadSize { get; }
public:
property unsigned int PayloadSize {
    unsigned int get();
}
Public ReadOnly Property PayloadSize As UInteger

Property Value

Type: System.UInt32

See Also

MessageBody Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top