Table of Contents

Interface ICliResults

Namespace
Cmpnnt.Pia.Ctl.Lib.Results
Assembly
Cmpnnt.Pia.Ctl.dll
public interface ICliResults

Properties

StandardErrorResults

List<string> StandardErrorResults { get; set; }

Property Value

List<string>

StandardOutputResults

List<string> StandardOutputResults { get; set; }

Property Value

List<string>

Status

Status Status { get; set; }

Property Value

Status