ObjectType Property

Contains an integer representing the type of object for which help is requested.

Syntax

value = HelpCmd.ObjectType

Part Description
value A returned integer (for VBScript) or symbolic constant (for Microsoft® Visual Basic®) that represents the object type:

nlGlobal = 0
nlEntity = 1
nlRelationship = 2
.

HelpCmd An object variable that describes the help for a global, entity, or relationship object.

Applies To

HelpCmd

Remarks

This property is read-only.

See Also

ObjectID Property


(c) 1996-1998 Microsoft Corporation. All Rights Reserved.