Click to Rate and Give Feedback
MSDN
MSDN Library
Windows PowerShell
 PSMemberTypes Enumeration (System.M...

  Switch on low bandwidth view
PSMemberTypes Enumeration
Defines the type of members that can be added to a PSObject object.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in system.management.automation.dll)
Dim instance As PSMemberTypes
Visual Basic
<FlagsAttribute> _
Public Enumeration PSMemberTypes
C#
[FlagsAttribute] 
public enum PSMemberTypes
C++
[FlagsAttribute] 
public enum class PSMemberTypes
J#
/** @attribute FlagsAttribute() */ 
public enum PSMemberTypes
JScript
FlagsAttribute 
public enum PSMemberTypes
Member nameDescription
AliasPropertyAn alias to another member of the PSObject object.
AllAny member type of the PSObject object.
CodeMethodA method that is defined as a reference to another member of the PSObject object.
CodePropertyA property that is defined as a reference to a method of the PSObject object.
EventAn event of the PSObject object. This field is introduced in Windows PowerShell 2.0.
MemberSetA set of the members of the PSObject object.
MethodA method from the base object of the PSObject object.
MethodsAll methods of the PSObject object.
NotePropertyA property of the PSObject object that is defined by a name-value pair.
ParameterizedPropertyA property of the PSObject object that takes parameters.
PropertiesAll properties of the PSObject object.
PropertyA property from the base object of the PSObject object.
PropertySetA set of properties (of the same type) of the PSObject object.
ScriptMethodA method of the PSObject object that is defined by a script language.
ScriptPropertyA property of the PSObject object that is defined by a script language.

For more information about the member that can be added to a PSObject object, see ETS Members.


Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 7, Windows 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, Windows 7, Windows 2008 R2
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker