MemberInfo.IsPublic
From Xojo Documentation
Property (As Boolean )
aMemberInfo.IsPublic = newBooleanValue
or
BooleanValue = aMemberInfo.IsPublic
New in 2008r3
Supported for all project types and targets.
or
BooleanValue = aMemberInfo.IsPublic
New in 2008r3
Supported for all project types and targets.
If True, the item has Public scope.
Example
This example checks the IsPublic property before taking an action.