Share via


SerializedMessage.Serialized Property

Definition

Gets the serialized representation of the message.

public:
 property ReadOnlyMemory<System::Byte> Serialized { ReadOnlyMemory<System::Byte> get(); };
public ReadOnlyMemory<byte> Serialized { get; }
member this.Serialized : ReadOnlyMemory<byte>
Public ReadOnly Property Serialized As ReadOnlyMemory(Of Byte)

Property Value

Applies to