Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
MemberInfo.IsProtected
From Xojo Documentation
Read-Only Property
(As
Boolean
)
Boolean
Value
=
a
MemberInfo
.
IsProtected
New in 2008r3
Supported for all project types and targets.
Is
True
, the item has Protected scope.
Example
Var
d
As
New
Date
For Each
prop
As
Introspection
.
PropertyInfo
In
Introspection
.
GetType(d)
.
GetProperties
If
prop
.
IsProtected
Then
// take an action here..
End If
Next
Categories
:
New2008r3
Properties