MetadataSerializationOptions.IncludeChildren Property

Definition

Gets an indication if the children of the root object should also be serialized, or only the root object.

public bool IncludeChildren { get; }
member this.IncludeChildren : bool
Public ReadOnly Property IncludeChildren As Boolean

Property Value

True, if the entire metadata tree that is spawned by the root object is serialized; otherwise; false.

Applies to