PropertyObject.GetFlags

Syntax

PropertyObject.GetFlags( lookupString, options)

Return Value

Long

Current flags of the property.

Purpose

Returns the flags setting of the property the lookupString parameter specifies. Use the PropertyObject.SetFlags method to change the flags setting of a property.

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

PropertyFlags

PropertyObject.DisplayFlagsDialog

PropertyObject.GetTypeFlags

PropertyObject.SetFlags

PropertyOptions

Thread Safety of the PropertyObject API and TestStand Variables