UsingStatementAst.ModuleSpecification Property

Definition

Hashtable that can be converted to ModuleSpecification. Only for 'using module' case, otherwise null. This property is mutually exclusive with Alias property.

public:
 property System::Management::Automation::Language::HashtableAst ^ ModuleSpecification { System::Management::Automation::Language::HashtableAst ^ get(); };
public System.Management.Automation.Language.HashtableAst ModuleSpecification { get; }
member this.ModuleSpecification : System.Management.Automation.Language.HashtableAst
Public ReadOnly Property ModuleSpecification As HashtableAst

Property Value

Applies to