PSPropertySet
Class
Definition
Serves as a list of property names
public class PSPropertySet : System.Management.Automation.PSMemberInfo
- Inheritance
Inherited Members
System.Management.Automation.PSMemberInfo
Remarks
It is permitted to subclass PSPropertySet but there is no established scenario for doing this, nor has it been tested.
Constructors
| PSPropertySet(String, IEnumerable<String>) |
Initializes a new instance of PSPropertySet with a name and list of property names |
Properties
| MemberType |
Gets the member type |
| ReferencedPropertyNames |
Gets the property names in this property set |
| TypeNameOfValue |
Gets the type of the value for this member. This returns typeof(PSPropertySet).FullName. |
| Value |
Gets the PSPropertySet itself. |
Methods
| Copy() |
returns a new PSMemberInfo that is a copy of this PSMemberInfo |
| ToString() |
Returns the string representation of this member |