ContainerPropertyAttribute Class

Definition

Used in a class representing an open entity or complex types to indicate that the property should be used as the container for dynamic properties during serialization and materialization.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class ContainerPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type ContainerPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class ContainerPropertyAttribute
Inherits Attribute
Inheritance
ContainerPropertyAttribute
Attributes

Constructors

ContainerPropertyAttribute()

Applies to