API Reference

Enum

OneNotePropertyValueType

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

Identifies a property representation used by MS-ONESTORE property sets.

Inheritance

  • Enum
  • OneNotePropertyValueType

Usage

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

Values

public const OneNotePropertyValueType Unknown #

The property representation is unknown.

Value: 0
public const OneNotePropertyValueType Byte #

A single byte value.

Value: 1
public const OneNotePropertyValueType UInt16 #

A two-byte value.

Value: 2
public const OneNotePropertyValueType UInt32 #

A four-byte value.

Value: 3
public const OneNotePropertyValueType UInt64 #

An eight-byte value.

Value: 4
public const OneNotePropertyValueType Blob #

A length-prefixed byte sequence.

Value: 5
public const OneNotePropertyValueType ObjectId #

An object identifier.

Value: 6
public const OneNotePropertyValueType ObjectSpaceId #

An object-space identifier.

Value: 7
public const OneNotePropertyValueType ContextId #

A context identifier.

Value: 8
public const OneNotePropertyValueType ObjectIdArray #

An array of object identifiers.

Value: 9
public const OneNotePropertyValueType ObjectSpaceIdArray #

An array of object-space identifiers.

Value: 10
public const OneNotePropertyValueType ContextIdArray #

An array of context identifiers.

Value: 11
public const OneNotePropertyValueType NoData #

A property with no separate value bytes.

Value: 12
public const OneNotePropertyValueType Boolean #

A Boolean encoded directly in the property identifier.

Value: 13
public const OneNotePropertyValueType PropertySet #

A nested property set.

Value: 14
public const OneNotePropertyValueType PropertySetArray #

An array of nested property sets.

Value: 15