IsNotPublic Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating whether the Type is not declared public.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property IsNotPublic As Boolean
public bool IsNotPublic { get; }
public:
property bool IsNotPublic {
    bool get ();
}
member IsNotPublic : bool with get
function get IsNotPublic () : boolean

Property Value

Type: System. . :: . .Boolean
true if the Type is not declared public and is not a nested type; otherwise, false.

Remarks

Do not use with nested types; use IsNestedPublic instead.

If the current Type represents a type parameter of a generic type, this property returns false.

TypeAttributes.VisibilityMask selects the visibility attributes.

.NET Framework Security

See Also

Reference

Type Class

System Namespace