ConfigurationAttributeSchema.IsExpanded Property

Definition

Gets a value indicating whether environment variables in an attribute value should be expanded.

public:
 property bool IsExpanded { bool get(); };
public bool IsExpanded { get; }
member this.IsExpanded : bool
Public ReadOnly Property IsExpanded As Boolean

Property Value

true if the environment variables should be expanded; otherwise, false. The default is false.

Remarks

Attributes may store environment variables such as %windir%. These variables that are stored in attribute values are expanded to their canonical form when this property gets a value of true. For example, %windir% could be expanded to "c:\windows".

Applies to