// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// PropertyType undocumented
type PropertyType string

const (
	// PropertyTypeVString undocumented
	PropertyTypeVString PropertyType = "String"
	// PropertyTypeVInt64 undocumented
	PropertyTypeVInt64 PropertyType = "Int64"
	// PropertyTypeVDouble undocumented
	PropertyTypeVDouble PropertyType = "Double"
	// PropertyTypeVDateTime undocumented
	PropertyTypeVDateTime PropertyType = "DateTime"
	// PropertyTypeVBoolean undocumented
	PropertyTypeVBoolean PropertyType = "Boolean"
	// PropertyTypeVStringCollection undocumented
	PropertyTypeVStringCollection PropertyType = "StringCollection"
	// PropertyTypeVInt64Collection undocumented
	PropertyTypeVInt64Collection PropertyType = "Int64Collection"
	// PropertyTypeVDoubleCollection undocumented
	PropertyTypeVDoubleCollection PropertyType = "DoubleCollection"
	// PropertyTypeVDateTimeCollection undocumented
	PropertyTypeVDateTimeCollection PropertyType = "DateTimeCollection"
)

var (
	// PropertyTypePString is a pointer to PropertyTypeVString
	PropertyTypePString = &_PropertyTypePString
	// PropertyTypePInt64 is a pointer to PropertyTypeVInt64
	PropertyTypePInt64 = &_PropertyTypePInt64
	// PropertyTypePDouble is a pointer to PropertyTypeVDouble
	PropertyTypePDouble = &_PropertyTypePDouble
	// PropertyTypePDateTime is a pointer to PropertyTypeVDateTime
	PropertyTypePDateTime = &_PropertyTypePDateTime
	// PropertyTypePBoolean is a pointer to PropertyTypeVBoolean
	PropertyTypePBoolean = &_PropertyTypePBoolean
	// PropertyTypePStringCollection is a pointer to PropertyTypeVStringCollection
	PropertyTypePStringCollection = &_PropertyTypePStringCollection
	// PropertyTypePInt64Collection is a pointer to PropertyTypeVInt64Collection
	PropertyTypePInt64Collection = &_PropertyTypePInt64Collection
	// PropertyTypePDoubleCollection is a pointer to PropertyTypeVDoubleCollection
	PropertyTypePDoubleCollection = &_PropertyTypePDoubleCollection
	// PropertyTypePDateTimeCollection is a pointer to PropertyTypeVDateTimeCollection
	PropertyTypePDateTimeCollection = &_PropertyTypePDateTimeCollection
)

var (
	_PropertyTypePString             = PropertyTypeVString
	_PropertyTypePInt64              = PropertyTypeVInt64
	_PropertyTypePDouble             = PropertyTypeVDouble
	_PropertyTypePDateTime           = PropertyTypeVDateTime
	_PropertyTypePBoolean            = PropertyTypeVBoolean
	_PropertyTypePStringCollection   = PropertyTypeVStringCollection
	_PropertyTypePInt64Collection    = PropertyTypeVInt64Collection
	_PropertyTypePDoubleCollection   = PropertyTypeVDoubleCollection
	_PropertyTypePDateTimeCollection = PropertyTypeVDateTimeCollection
)