Share via


TreeNode.AOTObjectNode Method

Definition

Indicates whether the node is an application object.

[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool AOTObjectNode();

Returns

true if the node is an application object; otherwise false.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

A form or report is an application object. A control on a form, or any other subpart, is not.

Applies to