JsonSerializer.CompressionType Property

Namespace: Microsoft.ApplicationInsights.Extensibility.Implementation
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim value As String

value = JsonSerializer.CompressionType

Syntax

'Declaration
Public Shared ReadOnly Property CompressionType As String
public static string CompressionType { get; }
public:
static property String^ CompressionType {
    String^ get ();
}
/** @property */
public static String get_CompressionType ()
public static function get CompressionType () : String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

JsonSerializer Class
JsonSerializer Members
Microsoft.ApplicationInsights.Extensibility.Implementation Namespace