PropertyObject.GetTypeFlags

Syntax

PropertyObject.GetTypeFlags( lookupString, options)

Return Value

Long

Current type flags of the property.

Purpose

Returns the type flags setting of the property the lookupString parameter specifies.

Remarks

Call this method only for PropertyObject objects that are type definitions .

Parameters

lookupString As String

[In] Pass an empty string to denote the PropertyObject to which the method applies, or pass the name of a subproperty within the PropertyObject. You can also pass lookup strings to this parameter.

options As Long

[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.

See Also

Lookup Strings

PropertyObject.DisplayFlagsDialog

PropertyObject.GetFlags

PropertyObject.GetInstanceDefaultFlags

PropertyObject.GetInstanceOverrideFlags

PropertyObject.IsModifiedType

PropertyObject.IsTypeDefinition

PropertyObject.SetTypeFlags

PropertyObjTypeFlags

PropertyOptions

Thread Safety of the PropertyObject API and TestStand Variables