Gets a value indicating whether the Type is declared public.
[Visual Basic] Public ReadOnly Property IsPublic As Boolean [C#] public bool IsPublic {get;} [C++] public: __property bool get_IsPublic(); [JScript] public function get IsPublic() : Boolean;
true if the Type is declared public; otherwise, false.
The VisibilityMask is used to select the visibility attributes.
Type Class | Type Members | System Namespace | TypeAttributes