ValueTokenizer.ReplaceEnvironmentVariables 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.
Indicates if environment variables will be replaced when untokenizing a string. To be replaced, environment variables must be in the format: %variable%
protected:
virtual property bool ReplaceEnvironmentVariables { bool get(); };
protected:
virtual property bool ReplaceEnvironmentVariables { bool get(); };
protected virtual bool ReplaceEnvironmentVariables { get; }
member this.ReplaceEnvironmentVariables : bool
Protected Overridable ReadOnly Property ReplaceEnvironmentVariables As Boolean