ProtectedField (Read Only)

Top  Previous  Next

Indicates whether or not the field is protected.

 

VB.NET

 

[Boolean =] Field.Protected

 

C#

 

[bool =] Field.Protected;

 

 

Remarks

 

This property returns True if the field is protected, otherwise False.