Filter By
Displaying results 1 - 1 of 1 (Page 1 of 1)
By:
|
51 downloads
|
Last Updated: 8/22/2024
|
Latest Version: 0.1.3
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 |