0 out of 1 rated this helpful - Rate this topic

PSMemberViewTypes Enumeration

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

Defines the methods and properties of the PSObject that are accessible. This class is introduced in Windows PowerShell 2.0.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
'Usage
Dim instance As PSMemberViewTypes

[FlagsAttribute] 
public enum PSMemberViewTypes
/** @attribute FlagsAttribute() */ 
public enum PSMemberViewTypes
FlagsAttribute 
public enum PSMemberViewTypes
Member name Description
Adapted All adapted methods and properties are accessible. This field is introduced in Windows PowerShell 2.0.
All All methods and properties are accessible. This field is introduced in Windows PowerShell 2.0.
Base All methods and properties of the base class are accessible. This field is introduced in Windows PowerShell 2.0.
Extended All extended methods and properties added to the base class are accessible. This field is introduced in Windows PowerShell 2.0.

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

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