Filter By

Package Types

Operating System

Categories

Trust Information

By: | 39 downloads | Last Updated: 2/27/2024 | Latest Version: 0.1.1

The [Use-ClassAccessors][1] cmdlet updates script property of a class from the getter and setter methods. Which are also known as [accessors or mutator methods][2]. The getter and setter methods should use the following syntax: ### getter syntax [<type>] get_<property name>() { return <variable> } or: [Object] get_<property n... More info