UsingStatementAst.ModuleSpecification 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.
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