TreeNode.AOTObjectNode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.