CommonParameters.InformationVariable 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.
Gets or sets the value of the InformationVariable parameter for the cmdlet.
public:
property System::String ^ InformationVariable { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ InformationVariable { Platform::String ^ get(); void set(Platform::String ^ value); };
public string InformationVariable { get; set; }
[System.Management.Automation.Alias(new System.String[] { "iv" })]
[System.Management.Automation.Parameter]
public string InformationVariable { get; set; }
member this.InformationVariable : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "iv" })>]
[<System.Management.Automation.Parameter>]
member this.InformationVariable : string with get, set
Public Property InformationVariable As String
Property Value
- Attributes
Remarks
This parameter tells the command which variable to populate with the informational output. Use +varname to append to the variable rather than clearing it.