PSProperty Class
Definition
Used to access the adapted or base properties from the BaseObject
public class PSProperty : System.Management.Automation.PSPropertyInfo
- Inheritance
- Derived
Inherited Members
System.Management.Automation.PSMemberInfo
Properties
| IsGettable |
Gets true if this property can be read |
| IsSettable |
Gets true if this property can be set |
| MemberType |
Gets the member type |
| TypeNameOfValue |
Gets the type of the value for this member |
| Value |
Gets or sets the value of this property |
Methods
| Copy() |
returns a new PSMemberInfo that is a copy of this PSMemberInfo |
| ToString() |
Returns the string representation of this property |