Share via


IsPublic 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 declared public.

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

Syntax

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

Property Value

Type: System. . :: . .Boolean
true if the Type is 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 true.

TypeAttributes.VisibilityMask selects the visibility attributes.

.NET Framework Security

See Also

Reference

Type Class

System Namespace