ConfigurationDefinitionAst.InstanceName Property

Definition

The name of the configuration instance, For example, Instance name of 'configuration test { ...... }' is 'test' This property is never null.

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

Property Value

Applies to