MsoMetaPropertyType Enumeration
Specifies the metadata property type.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoMetaPropertyType
'Usage
Dim instance As MsoMetaPropertyType
public enum MsoMetaPropertyType
Members
Member name | Description | |
---|---|---|
msoMetaPropertyTypeUnknown | Represents an unknown value. | |
msoMetaPropertyTypeBoolean | Represents a Boolean value. | |
msoMetaPropertyTypeChoice | Represents a value from one or more choices. | |
msoMetaPropertyTypeCalculated | Represents a calculated value. | |
msoMetaPropertyTypeComputed | Represents a computed value. | |
msoMetaPropertyTypeCurrency | Represents a Currency value | |
msoMetaPropertyTypeDateTime | Represents a DateTime value. | |
msoMetaPropertyTypeFillInChoice | Represents a value from two or more choices that is written-in by the user. | |
msoMetaPropertyTypeGuid | Represents a GUID value. | |
msoMetaPropertyTypeInteger | Represents an Integer value. | |
msoMetaPropertyTypeLookup | Represents a value used to lookup another value. | |
msoMetaPropertyTypeMultiChoiceLookup | Represents a collection of choices used to lookup another value. | |
msoMetaPropertyTypeMultiChoice | Represents a collection of choices. | |
msoMetaPropertyTypeMultiChoiceFillIn | Represents a collection of choices that require the user to write-in a value. | |
msoMetaPropertyTypeNote | Represents a value of one or more sentences. | |
msoMetaPropertyTypeNumber | Represents a generic number data type. | |
msoMetaPropertyTypeText | Represents a Text value. | |
msoMetaPropertyTypeUrl | Represents a URL. | |
msoMetaPropertyTypeUser | Represents a category of user. | |
msoMetaPropertyTypeUserMulti | ||
msoMetaPropertyTypeBusinessData | ||
msoMetaPropertyTypeBusinessDataSecondary | ||
msoMetaPropertyTypeMax | Represents the maximum value for a range. |