VariableExpressionAst.VariablePath 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.
The name of the variable. This property is never null.
public:
 property System::Management::Automation::VariablePath ^ VariablePath { System::Management::Automation::VariablePath ^ get(); };
	public System.Management.Automation.VariablePath VariablePath { get; }
	member this.VariablePath : System.Management.Automation.VariablePath
	Public ReadOnly Property VariablePath As VariablePath