TreeNode.AOTIsOld 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 is from a file found in the old model store.
public:
virtual bool AOTIsOld();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool AOTIsOld ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTIsOld : unit -> bool
override this.AOTIsOld : unit -> bool
Public Overridable Function AOTIsOld () As Boolean
Returns
true if this node is from the old model store; otherwise false.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute