Property Value
• true = Property is internal
• false = Property is not internal
• true = Property is internal
• false = Property is not internal
Function function = page.Functions[0]; // A valid Function object bool isInternal = function.Properties.FUNC_COUNTER.Definition.IsInternal;