TreeNode.AOTgetExecutableLineCount 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.
Returns the number of executable lines of code for this node.
public:
 virtual int AOTgetExecutableLineCount();
	[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual int AOTgetExecutableLineCount();
	[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTgetExecutableLineCount : unit -> int
override this.AOTgetExecutableLineCount : unit -> int
	Public Overridable Function AOTgetExecutableLineCount () As Integer
	Returns
The number of executable lines of code for this node if any; otherwise, zero.
- Attributes
 - 
			Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
 
Remarks
This function calls a method which is overridden by nodes which have source code.