TreeNode.AOTIsOld Method

Definition

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

Applies to