PSDynamicMember Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A dynamic member.
public ref class PSDynamicMember : System::Management::Automation::PSMemberInfo
public class PSDynamicMember : System.Management.Automation.PSMemberInfo
type PSDynamicMember = class
inherit PSMemberInfo
Public Class PSDynamicMember
Inherits PSMemberInfo
- Inheritance
Properties
IsInstance |
True if this member has been added to the instance as opposed to coming from the adapter or from type data. (Inherited from PSMemberInfo) |
MemberType | |
Name |
Gets the member name. (Inherited from PSMemberInfo) |
TypeNameOfValue | |
Value |
Methods
Copy() | |
SetMemberName(String) |
Allows a derived class to set the member name... (Inherited from PSMemberInfo) |
ToString() |