0 out of 1 rated this helpful - Rate this topic

PSObject Properties

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

  Name Description
public property 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.
public property Properties Gets the properties of the PSObject object. This includes the properties of the base object and any extended properties.
public property Methods Gets the methods contained in the PSObject object. This includes the methods of the base object and any extended methods.
public property ImmediateBaseObject Gets the encapsulated base object. If the base object is another PSObject object, then its base object is returned.
public property BaseObject Gets the base object of the PSObject object. If the base object is another PSObject object, then its base object is returned.
public property TypeNames Gets the type-names of the PSObject object.

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)