MetadataSerializationOptions.IncludeChildren Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.