Table of Contents

Property Platform

Namespace
MongoDB.Driver.Core.Configuration
Assembly
MongoDB.Driver.dll

Platform

Gets the library platform. This is a free-form description of the runtime the library targets; it is appended to the platform information (for example, the .NET runtime description) reported in the connection handshake. It is not the operating system, which the handshake reports separately.

public string Platform { get; }

Property Value

string