PSPropertyInfo
Class
Definition
Serves as a base class for all members that behave like properties.
public abstract class PSPropertyInfo : System.Management.Automation.PSMemberInfo
- Inheritance
- Derived
Inherited Members
System.Management.Automation.PSMemberInfo
Constructors
| PSPropertyInfo() |
Initializes a new instance of an PSPropertyInfo derived class |
Properties
| IsGettable |
Gets true if this property can be read |
| IsSettable |
Gets true if this property can be set |