API Reference

Enum

OneNotePropertyType

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Exact property representation encoded by an MS-ONESTORE PropertyID.

Inheritance

  • Enum
  • OneNotePropertyType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const OneNotePropertyType Unknown #

An unknown or unsupported property representation.

Value: 0
public const OneNotePropertyType NoData #

No value bytes.

Value: 1
public const OneNotePropertyType Boolean #

A Boolean encoded in the PropertyID.

Value: 2
public const OneNotePropertyType Byte #

One byte in the property-data stream.

Value: 3
public const OneNotePropertyType UInt16 #

Two bytes in the property-data stream.

Value: 4
public const OneNotePropertyType UInt32 #

Four bytes in the property-data stream.

Value: 5
public const OneNotePropertyType UInt64 #

Eight bytes in the property-data stream.

Value: 6
public const OneNotePropertyType LengthPrefixedData #

A four-byte length followed by data.

Value: 7
public const OneNotePropertyType ObjectId #

One object identifier from the OID stream.

Value: 8
public const OneNotePropertyType ObjectIdArray #

An array of identifiers from the OID stream.

Value: 9
public const OneNotePropertyType ObjectSpaceId #

One object-space identifier from the OSID stream.

Value: 10
public const OneNotePropertyType ObjectSpaceIdArray #

An array of identifiers from the OSID stream.

Value: 11
public const OneNotePropertyType ContextId #

One context identifier from the context stream.

Value: 12
public const OneNotePropertyType ContextIdArray #

An array of identifiers from the context stream.

Value: 13
public const OneNotePropertyType PropertySetArray #

An array of child property sets.

Value: 16
public const OneNotePropertyType PropertySet #

One child property set.

Value: 17