AliasPropertyData 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.
AliasPropertyData represents a AliasProperty definition.
public ref class AliasPropertyData sealed : System::Management::Automation::Runspaces::TypeMemberData
public sealed class AliasPropertyData : System.Management.Automation.Runspaces.TypeMemberData
[System.Diagnostics.DebuggerDisplay("AliasProperty: {Name,nq} = {ReferencedMemberName,nq}")]
public sealed class AliasPropertyData : System.Management.Automation.Runspaces.TypeMemberData
type AliasPropertyData = class
inherit TypeMemberData
[<System.Diagnostics.DebuggerDisplay("AliasProperty: {Name,nq} = {ReferencedMemberName,nq}")>]
type AliasPropertyData = class
inherit TypeMemberData
Public NotInheritable Class AliasPropertyData
Inherits TypeMemberData
- Inheritance
- Attributes
Constructors
AliasPropertyData(String, String) |
AliasPropertyData constructor. |
AliasPropertyData(String, String, Type) |
AliasPropertyData constructor. |
Properties
IsHidden |
Set true if the member is supposed to be hidden. |
MemberType |
Specify the Type to which the referenced member value will be converted to. |
Name |
The name of the member. (Inherited from TypeMemberData) |
ReferencedMemberName |
The name of the referenced member. |