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.
问问题
254 次
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.