Click or drag to resize

PropertyDeclBaseIsPrivate Property

True if the property has private access.

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

Property Value

Type: Boolean

Implements

IModifiersIsPrivate
See Also