OutLineOutputCommand.LineOutput 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.
Command line switch for ILineOutput communication channel.
public:
property System::Object ^ LineOutput { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ LineOutput { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object LineOutput { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, Position=0)]
public object LineOutput { get; set; }
member this.LineOutput : obj with get, set
[<System.Management.Automation.Parameter(Mandatory=true, Position=0)>]
member this.LineOutput : obj with get, set
Public Property LineOutput As Object
Property Value
- Attributes