Class SerializableImportantData

Example for a serializable type

Namespace: EasyCommunication.SharedTypes

Assembly: EasyCommunication.dll

Syntax

[Serializable]
public class SerializableImportantData

Properties

| Improve this Doc View Source

ImportantMessage

Declaration

public string ImportantMessage { get; set; }

Property Value

Type

Description

System.String

Last updated

Was this helpful?