JsonUnmappedMemberHandlingAttribute.UnmappedMemberHandling Property

Definition

Gets the unmapped member handling setting for the attribute.

public:
 property System::Text::Json::Serialization::JsonUnmappedMemberHandling UnmappedMemberHandling { System::Text::Json::Serialization::JsonUnmappedMemberHandling get(); };
public System.Text.Json.Serialization.JsonUnmappedMemberHandling UnmappedMemberHandling { get; }
member this.UnmappedMemberHandling : System.Text.Json.Serialization.JsonUnmappedMemberHandling
Public ReadOnly Property UnmappedMemberHandling As JsonUnmappedMemberHandling

Property Value

Applies to