PSAliasProperty Members
Represents an alias to another extended property of a PSObject object.
The following tables list the members exposed by the PSAliasProperty type.
| Name | Description | |
|---|---|---|
| PSAliasProperty | Overloaded. Creates a new instance of the PSAliasProperty class with the name of the alias and the referenced extended property. The variants of this constructor can be used to create the class with or without the .NET Framework type that is used to convert the referenced property value. |
| Name | Description | |
|---|---|---|
|
ConversionType | Gets the .NET Framework type that is used to convert the referenced property value. |
|
IsGettable | Overridden. Gets a Boolean value that indicates whether the value of the referenced property can be retrieved. |
|
IsInstance | Gets a value that indicates whether the source of the member is a type configuration file. (Inherited from PSMemberInfo) |
|
IsSettable | Overridden. Gets a Boolean value that indicates whether the value of the referenced property can be set. |
|
MemberType | Overridden. Gets an AliasProperty constant that identifies this property as an alias property. |
|
Name | Gets the name of the extended member (method, property, or member set). (Inherited from PSMemberInfo) |
|
ReferencedMemberName | Gets the name of the referenced property that this alias refers to. |
|
TypeNameOfValue | Overridden. Gets the full name of the .NET Framework type of the referenced property value. |
|
Value | Overridden. Gets and sets the value of the referenced property. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
![]() | Copy | Overridden. Makes a copy of the current PSAliasProperty object. |
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | ToString | Overridden. Converts the current PSAliasProperty object to a string. |
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |
|
SetMemberName | Sets the name of the extended member. This method is introduced in Windows PowerShell 2.0. (Inherited from PSMemberInfo) |
Send comments about this topic to Microsoft.