Table of Contents

Enum MetadataProperty.ValueKind

Namespace
LMKit.Inspection
Assembly
LM-Kit.NET.dll

How a property value is typed on the wire.

public enum MetadataProperty.ValueKind

Fields

Text = 0

A text value.

Integer = 1

A whole number (stored as long).

Real = 2

A real number (stored as double).

Boolean = 3

A boolean.

DateTime = 4

A date/time (stored as DateTime; the source rarely carries a time zone, so the kind is unspecified).

Share