Share via


Type.IsPublic Property

Gets a value indicating whether the top-level type is declared as a public type.

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

Syntax

public bool IsPublic { get; }

Property Value

true if the top-level type is declared as a public type; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Type Class
Type Members
System Namespace