Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IRequiredMemberSelector.IsRequiredMember Method (MemberInfo)

 

Determines whether a given member is required on deserialization.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Function IsRequiredMember (
	member As MemberInfo
) As Boolean

Parameters

member
Type: System.Reflection.MemberInfo

The MemberInfo to be deserialized.

Return Value

Type: System.Boolean

true if member should be treated as a required member; otherwise false.

Return to top
Show: