Is it possible to create property accessors and mutators (Get() and Set()) in powershell V5 classes? "about_Classes" shows how to create them for the class itself, but not the classes properties.
Is it possible to create property accessors and mutators (Get() and Set()) in powershell V5 classes? "about_Classes" shows how to create them for the class itself, but not the classes properties.