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