AliasPropertyData Class

Definition

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
AliasPropertyData
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.

Applies to