CompressedData.Compressor Property

 

Gets the compressor type.

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

Syntax

public Type Compressor { get; protected set; }
public:
property Type^ Compressor {
    Type^ get();
    protected: void set(Type^ value);
}
Public Property Compressor As Type
    Get
    Protected Set
End Property

Property Value

Type: System.Type

See Also

CompressedData Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top