MemberVisibility Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the member visibility options.
public enum class MemberVisibility
public enum MemberVisibility
type MemberVisibility =
Public Enum MemberVisibility
- Inheritance
-
MemberVisibility
Fields
Name | Value | Description |
---|---|---|
Public | 0 | The public visibility. |
Private | 1 | The private visibility. |
Family | 2 | The family visibility. |
Assembly | 3 | The assembly visibility. |
FamilyOrAssembly | 4 | The family or assembly visibility. |
FamilyAndAssembly | 5 | The family and assembly visibility. |