UsingStatementAst.Alias Property
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.
The name of the item being aliased. This property is mutually exclusive with ModuleSpecification property.
public:
property System::Management::Automation::Language::StringConstantExpressionAst ^ Alias { System::Management::Automation::Language::StringConstantExpressionAst ^ get(); };
public System.Management.Automation.Language.StringConstantExpressionAst Alias { get; }
member this.Alias : System.Management.Automation.Language.StringConstantExpressionAst
Public ReadOnly Property Alias As StringConstantExpressionAst