What accessibility level does this class field have ? private string LastName;
private string LastName;
It can be used by other code in a referenced assembly.
It can be used by other code only in the same class or struct.
It can be used only by code contained in a derived class.
It can be used by other code in the same assembly. Official Documentation: Accessibility Levels