MessageBody.PayloadEncoding Property

 

Gets or sets the encoding for the payload. The default is UTF-16 (Unicode).

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

Syntax

public Encoding PayloadEncoding { get; set; }
public:
property Encoding^ PayloadEncoding {
    Encoding^ get();
    void set(Encoding^ value);
}
Public Property PayloadEncoding As Encoding

Property Value

Type: System.Text.Encoding

See Also

MessageBody Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top