ExportCauReportCommand.InputReport Property

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true)]
[ValidateNotNullOrEmptyAttribute]
public CauReport[] InputReport { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true)]
[ValidateNotNullOrEmptyAttribute]
property array<CauReport^>^ InputReport {
    array<CauReport^>^ get();
    void set(array<CauReport^>^ value);
}
[<ParameterAttribute(Mandatory = true, Position = 0, ValueFromPipeline = true)>]
[<ValidateNotNullOrEmptyAttribute>]
member InputReport : CauReport[] with get, set
<ParameterAttribute(Mandatory := True, Position := 0, ValueFromPipeline := True)>
<ValidateNotNullOrEmptyAttribute>
Public Property InputReport As CauReport()

Property Value

Type: Microsoft.ClusterAwareUpdating.CauReport[]

See Also

ExportCauReportCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top