PropertyTypeId Enum

Definition

Enumerates the possible property types.

public enum PropertyTypeId
type PropertyTypeId = 
Public Enum PropertyTypeId
Inheritance
PropertyTypeId

Fields

Binary 1

Indicates that the type of the property is Binary.

Double 3

Indicates that the type of the property is Double.

Guid 5

Indicates that the type of the property is GUID.

Int64 2

Indicates that the type of the property is Int64.

Invalid 0

Indicates that the type of the property is Invalid.

String 4

Indicates that the type of the property is String.

Applies to