Autodesk Vault ProfessionalVault API

PropertyDefinition.PropertyDataType Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Properties

The data type of a PropertyDefinition

Syntax

public enum PropertyDefinition.PropertyDataType : System.Enum 
Public Enum PropertyDefinition.PropertyDataType
   Inherits System.Enum

Members

MemberDescription
BoolThe property values are all booleans and will be of the .NET type System.Boolean
DateTimeThe property values are all DateTime values and will be of the .NET type System.DateTime
ImageThe property values are all Images and will be of the type ThumbnailInfo
ImageInfoThe property values are all Images based and will be of the type ImageInfo
NotSpecifiedThe property values are of an unknown type
NumericThe property values are all numeric and will be of the .NET type System.Double
ObjectThe property values are a managed .net object System.Object
StringThe property values are all text-based and will be of the .NET type System.String

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition.PropertyDataType

See Also