ExportCauReportCommand.PassThru Property
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
[ParameterAttribute]
public SwitchParameter PassThru { get; set; }
public:
[ParameterAttribute]
property SwitchParameter PassThru {
SwitchParameter get();
void set(SwitchParameter value);
}
[<ParameterAttribute>]
member PassThru : SwitchParameter with get, set
<ParameterAttribute>
Public Property PassThru As SwitchParameter
Property Value
Type: System.Management.Automation.SwitchParameter
See Also
ExportCauReportCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top