PropertyObject.IsModifiedType

Syntax

PropertyObject.IsModifiedType

Data Type

Boolean

Purpose

Returns or specifies the PropTypeFlags_IsModifiedType flag on the current PropertyObject .

Remarks

Calling the PropertyObject.SetTypeFlags method to change the PropertyObjTypeFlags of a PropertyObject always sets the PropTypeFlags_IsModifiedType flag, so you cannot clear the PropTypeFlags_IsModifiedType flag with the SetTypeFlags method. Use this property instead to clear the PropTypeFlags_IsModifiedType flag.

This property is valid only for PropertyObject objects that are type definitions. Use the PropertyObject.IsTypeDefinition property to determine whether a PropertyObject is a type definition.

See Also

Lookup Strings

PropertyObject

PropertyObject.DisplayFlagsDialog

PropertyObject.GetTypeFlags

PropertyObject.IsTypeDefinition

PropertyObject.SetInstanceDefaultFlags

PropertyObject.SetInstanceOverrideFlags

PropertyObject.SetTypeFlags

PropertyObjTypeFlags

PropertyOptions

Thread Safety of the PropertyObject API and TestStand Variables