TreeNode.AOTIsPersisted 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 this node has been persisted in the model store.
public:
virtual bool AOTIsPersisted();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool AOTIsPersisted ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTIsPersisted : unit -> bool
override this.AOTIsPersisted : unit -> bool
Public Overridable Function AOTIsPersisted () As Boolean
Returns
true if this node has been persisted; otherwise false.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Remarks
This method throws an exception if the method is not supported for the tree node. Use the TreeNode.TreeNodeType().isModelElement() method to determine if the method is supported.