Skip to content

RdpFileSettingType

Specifies the serialized value type used in an RDP file line.

Type

csharp
RoyalApps.Community.Rdp.WinForms.External.Files.RdpFileSettingType

Used By

Values

String = 0

A string value.

Integer = 1

A 32-bit integer value.

Binary = 2

A binary value.

Back to API index

MIT Licensed