AliasPropertyData Class
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.
C++
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
Alias |
AliasPropertyData constructor. |
Alias |
AliasPropertyData constructor. |
Is |
Set true if the member is supposed to be hidden. |
Member |
Specify the Type to which the referenced member value will be converted to. |
Name |
The name of the member. (Inherited from TypeMemberData) |
Referenced |
The name of the referenced member. |
Producto | Versiones |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |