TreeNode.AOTObjectNode Method

Definition

Indicates whether the node is an application object.

public:
 virtual bool AOTObjectNode();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool AOTObjectNode ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTObjectNode : unit -> bool
override this.AOTObjectNode : unit -> bool
Public Overridable Function AOTObjectNode () As Boolean

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