Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the compression level of the compressed data.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public CompressionLevel CompressionLevel { get; private set; }
public:
property CompressionLevel CompressionLevel {
CompressionLevel get();
private: void set(CompressionLevel value);
}
Public Property CompressionLevel As CompressionLevel
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.CompressionLevel
See Also
CompressedData Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top