Table of Contents

Enum NullableBool

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

Integer value to reprenting nullable bool

public enum NullableBool

Fields

False = 2

Value is false

NotSet = 0

Value was not set

True = 1

Value is true