Accessing properties with spaces?

I got the component of a Camera I had in a scene, and I want to change a specific property of it. However, the property name has spaces in it. I have looked into Property Drawers but I still do not know how I would go about either accessing it with some way I am unaware of or changing the property name.

C# does not allow any identifer to have spaces in it, so I have no idea what you talk about. Spaces (or whitespace in general) are token delimiters. If you talk about how the serialized fields are displayed in the inspector, that has little to do with the actual fields or properties. It’s still not clear what you want to do. You talk about some mysterious property which seems to have a secret name since you haven’t mentioned it. I’m also not sure why you mention property drawers.

Please ask clear and detailed questions.