Share via


DirectoryAbsolute.ExpandEnvironment Property

 

Optional. Configures whether or not environment variables in Path will be expanded.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

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

Property Value

Type: System.Boolean

See Also

DirectoryAbsolute Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top