Click or drag to resize

ServiceHelperSerializationFormat Property

Gets or sets a value that indicates the desired message SerializationFormat for interaction with ClientHelper.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(SerializationFormat.Binary)]
public SerializationFormat SerializationFormat { get; set; }
View Source

Property Value

SerializationFormat
See Also