ScriptBlock.IsConfiguration Property

Definition

Get/set whether this scriptblock is a Configuration.

public:
 property bool IsConfiguration { bool get(); void set(bool value); };
public:
 property bool IsConfiguration { bool get(); void set(bool value); };
public bool IsConfiguration { get; set; }
public bool IsConfiguration { get; }
member this.IsConfiguration : bool with get, set
member this.IsConfiguration : bool
Public Property IsConfiguration As Boolean
Public ReadOnly Property IsConfiguration As Boolean

Property Value

Applies to