Share via


ExchangeWebAppVirtualDirectory.GzipLevel Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property GzipLevel As GzipLevel
    Get
    Set
'Usage
Dim instance As ExchangeWebAppVirtualDirectory
Dim value As GzipLevel

value = instance.GzipLevel

instance.GzipLevel = value
public GzipLevel GzipLevel { get; set; }