SerializerHelper.Member.IsOptional Property (original) (raw)

SerializerHelperMemberIsOptional Property

Gets a value indicating whether this member is optional.

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public bool IsOptional { get; }

Public ReadOnly Property IsOptional As Boolean Get

member IsOptional : bool with get

Property Value

Type: Boolean
Whether this member is optional.

See Also

Reference

SerializerHelperMember Class

MongoDB.Bson.Serialization.Serializers Namespace