Click or drag to resize

PropertyDeclBaseIsProtected Property

True if the property has protected access.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsProtected { get; set; }

Property Value

Type: Boolean

Implements

IModifiersIsProtected
See Also