PSObject Properties
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
System.Management.Automation Namespace
| Name | Description | |
|---|---|---|
|
Members | Gets all the members of this PSObject object. This includes the members of the base object, extended members, and the native members defined by the PSObject class. |
|
Properties | Gets the properties of the PSObject object. This includes the properties of the base object and any extended properties. |
|
Methods | Gets the methods contained in the PSObject object. This includes the methods of the base object and any extended methods. |
|
ImmediateBaseObject | Gets the encapsulated base object. If the base object is another PSObject object, then its base object is returned. |
|
BaseObject | Gets the base object of the PSObject object. If the base object is another PSObject object, then its base object is returned. |
|
TypeNames | Gets the type-names of the PSObject object. |
Reference
PSObject ClassSystem.Management.Automation Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.