FileSerializer.Content Property

Gets or sets the contentType for deserialization purpose. During the serialization process, it is internally initialized with the FileHeader.Content.
Public Property Content() As contentType
This language is not supported or no code example is available.
public contentType Content {get; set;}
This language is not supported or no code example is available.

Property Value

contentType
Remarks
 
When the content type changes, the Serializer.Model is reset to null. If needed, you can call Serializer.InitializeModel to re-initialize it.

.NET Framework

Supported in: 4.8

In this article

Definition