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