Share via


MessageSettings.Compression Property

 

Gets or sets the compression used with this message.

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

Syntax

public MessageCompression Compression { get; set; }
public:
property MessageCompression Compression {
    MessageCompression get();
    void set(MessageCompression value);
}
Public Property Compression As MessageCompression

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageCompression

See Also

MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top