Autodesk Vault ProfessionalVault API

GetDoNotCache Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyDefinition

Gets whether the framework can cache property values associated with this Property Definition

Syntax

public System.bool GetDoNotCache(
   System.string entityClassName
)
Public Function GetDoNotCache( _
   ByVal entityClassName As System.String _
) As System.Boolean

Parameters

NameDescription
entityClassNameThe name of the entity class that the cache status applies to. A property can have a different cache algorithm for each entity class.

See Also