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 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